checkstyle
[utils] / security / src / test / java / org / wamblee / usermgt / InMemoryGroupSetTest.java
index 6aa764a28c49c7e90f2d1b138f65b7e50da98099..a97adcca2bc41b86ba717b28d8bf1f8ca64313ea 100644 (file)
@@ -26,7 +26,7 @@ import java.util.Set;
  * implementations of group set.
  */
 public class InMemoryGroupSetTest extends TestCase {
-    protected GroupSet groups;
+    private GroupSet groups;
 
     /**
      * This method must be overriden in subclasses.