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



##########
File path: src/test/java/org/apache/commons/lang3/ObjectUtilsTest.java
##########
@@ -403,6 +404,20 @@ public void testEquals() {
         assertTrue(ObjectUtils.equals(FOO, FOO), "ObjectUtils.equals(\"foo\", 
\"foo\") returned false");
     }
 
+    @Test
+    public void TestEqualsOrCompareBigDecimal(){
+        assertTrue(ObjectUtils.equalsOrCompareBigDecimal(null,null));

Review comment:
       Fix formatting: space after comma.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to