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 2019/09/05 15:27:55 UTC

[GitHub] [commons-lang] garydgregory commented on a change in pull request #451: LANG-1485 : Add getters for lhs and rhs objects in DiffResult

garydgregory commented on a change in pull request #451: LANG-1485 : Add getters for lhs and rhs objects in DiffResult
URL: https://github.com/apache/commons-lang/pull/451#discussion_r321334364
 
 

 ##########
 File path: src/main/java/org/apache/commons/lang3/builder/DiffResult.java
 ##########
 @@ -88,6 +88,22 @@
         }
     }
 
+    /**
+     * <p>Return the object the right object has been compared to</p>
 
 Review comment:
   - You do not need to use p tags for the first sentence of a Javadoc comment IIRC. 
   - A sentence should end in a period.
   - Use "Gets ..." instead of "Return ..."
   

----------------------------------------------------------------
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


With regards,
Apache Git Services