garydgregory commented on a change in pull request #70: Add removeIf
URL: https://github.com/apache/commons-collections/pull/70#discussion_r280995075
 
 

 ##########
 File path: 
src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java
 ##########
 @@ -128,6 +129,11 @@ public boolean remove(final Object object) {
         throw new UnsupportedOperationException();
     }
 
+    @Override
 
 Review comment:
   I'm also thinking that all new public methods should have a `@since 4.4` 
Javadoc 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to