garydgregory commented on a change in pull request #70: Add removeIf to 
SynchronizedCollection, Add mac store files to gitignore
URL: https://github.com/apache/commons-collections/pull/70#discussion_r280986556
 
 

 ##########
 File path: 
src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java
 ##########
 @@ -40,7 +41,7 @@
  * @param <E> the type of elements in this collection
  * @since 3.0
  */
-public final class UnmodifiableBoundedCollection<E> extends 
AbstractCollectionDecorator<E>
+public final class UnmodifiableBoundedCollection<E> extends 
org.apache.commons.collections4.collection.AbstractCollectionDecorator<E>
 
 Review comment:
   I do not think you need the fully qualified name here.

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