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:
us...@infra.apache.org


Reply via email to