Author: channa
Date: Mon Dec 17 20:29:48 2007
New Revision: 11304

Log:

Changed non-password constructor to accept Realm, to match other constructor.

Modified:
   
trunk/registry/modules/core/src/main/java/org/wso2/registry/secure/SecureRegistry.java

Modified: 
trunk/registry/modules/core/src/main/java/org/wso2/registry/secure/SecureRegistry.java
==============================================================================
--- 
trunk/registry/modules/core/src/main/java/org/wso2/registry/secure/SecureRegistry.java
      (original)
+++ 
trunk/registry/modules/core/src/main/java/org/wso2/registry/secure/SecureRegistry.java
      Mon Dec 17 20:29:48 2007
@@ -101,7 +101,7 @@
      * @param defaultRealm default (non-authorizing) realm.
      * @throws RegistryException
      */
-    public SecureRegistry(String userID, Registry registry, RegistryRealm 
defaultRealm)
+    public SecureRegistry(String userID, Registry registry, Realm defaultRealm)
             throws RegistryException {
 
         Realm userRealm;

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to