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_r321369998
 
 

 ##########
 File path: src/main/java/org/apache/commons/lang3/builder/DiffResult.java
 ##########
 @@ -88,6 +88,24 @@
         }
     }
 
+    /**
+     * <p>Gets the object the right object has been compared to.</p>
+     * @since 3.10
+     * @return the left object of the diff
+     */
+    public Object getLeft() {
+        return this.lhs;
+    }
+
+    /**
+     * <p>Gets the object the left object has been compared to.</p>
+     * @ 3.10
 
 Review comment:
   Nope :-( Use `@since` not `@`. Also, `@since` should be the _last_ tag.

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

Reply via email to