You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2004/11/10 21:18:28 UTC

svn commit: rev 57354 - geronimo/trunk/modules/security/src/java/org/apache/geronimo/security/realm/providers

Author: adc
Date: Wed Nov 10 12:18:26 2004
New Revision: 57354

Modified:
   geronimo/trunk/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileSecurityRealm.java
Log:
Ruh roh.

Modified: geronimo/trunk/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileSecurityRealm.java
==============================================================================
--- geronimo/trunk/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileSecurityRealm.java	(original)
+++ geronimo/trunk/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileSecurityRealm.java	Wed Nov 10 12:18:26 2004
@@ -50,8 +50,8 @@
     private boolean running = false;
     private URI usersURI;
     private URI groupsURI;
-    private final Properties users = new Properties();
-    private final Properties groups = new Properties();
+    final Properties users = new Properties();
+    final Properties groups = new Properties();
     private String defaultPrincipal;
 
     final static String REALM_INSTANCE = "org.apache.geronimo.security.realm.providers.PropertiesFileSecurityRealm";