garydgregory commented on code in PR #681:
URL: 
https://github.com/apache/commons-collections/pull/681#discussion_r3410087343


##########
src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java:
##########
@@ -400,7 +401,7 @@ public void verify() {
     // to the confirmed, that the already-constructed collection views
     // are still equal to the confirmed's collection views.
 
-    public class MapValuesTest extends AbstractCollectionTest<V> {
+    public abstract class MapValuesTest extends AbstractCollectionTest<V> {
 

Review Comment:
   This is still incomplete as `@Nested` test classes must be `static`.



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