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:
[email protected]
With regards,
Apache Git Services