You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/02/23 22:16:55 UTC

[GitHub] [commons-lang] garydgregory commented on a change in pull request #717: Feature/not null or empty aux

garydgregory commented on a change in pull request #717:
URL: https://github.com/apache/commons-lang/pull/717#discussion_r581429641



##########
File path: src/main/java/org/apache/commons/lang3/ObjectUtils.java
##########
@@ -1237,6 +1243,37 @@ public static String toString(final Object obj, final String nullStr) {
         return obj == null ? nullStr : obj.toString();
     }
 
+    /**
+     * <p>Validate that the specified argument object is neither {@code null}

Review comment:
       Please close HTML tags. The FIRST sentence in a Javadoc does not need to be in a paragraph, it is implied.
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org