Stzx commented on a change in pull request #462: General Code Cleanup
URL: https://github.com/apache/commons-lang/pull/462#discussion_r329293839
##########
File path: src/test/java/org/apache/commons/lang3/RandomUtilsTest.java
##########
@@ -40,7 +39,7 @@
@Test
public void testConstructor() {
- assertNotNull(new RandomUtils());
Review comment:
If you clear the assertion, it seems useless to keep an expression for the
new object.
If not used, it should be removed.
----------------------------------------------------------------
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