Skip to content

Commit

Permalink
Fix ObjectUtils#notEmpty doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pdo-axelor authored and admin committed Feb 28, 2019
1 parent 4aeee67 commit ff3ba7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static boolean isEmpty(Object value) {
* Check whether the given value is not empty.
*
* @param value the object value to check
* @return true if empty false otherwise
* @return true if not empty false otherwise
* @see #isEmpty(Object)
*/
public static boolean notEmpty(Object value) {
Expand Down

0 comments on commit ff3ba7e

Please sign in to comment.