Skip to content

Commit

Permalink
Fix javadoc comment for PropertyFilter.apply()
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuweiming committed Oct 18, 2017
1 parent 02168d0 commit 551a16e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface PropertyFilter extends SerializeFilter {
* @param object the owner of the property
* @param name the name of the property
* @param value the value of the property
* @return true if the property will be filtered out, false otherwise
* @return true if the property will be included, false if to be filtered out
*/
boolean apply(Object object, String name, Object value);
}

0 comments on commit 551a16e

Please sign in to comment.