Author: deepal
Date: Sun Dec 23 08:31:02 2007
New Revision: 11693

Log:

Code clean up and fixing some typos 
- I think we should need to write some more comments   :)

Modified:
   
trunk/registry/modules/core/src/main/java/org/wso2/registry/secure/RegistryUserManager.java
   
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/RegistryUserManager.java
==============================================================================
--- 
trunk/registry/modules/core/src/main/java/org/wso2/registry/secure/RegistryUserManager.java
 (original)
+++ 
trunk/registry/modules/core/src/main/java/org/wso2/registry/secure/RegistryUserManager.java
 Sun Dec 23 08:31:02 2007
@@ -32,8 +32,8 @@
 /**
  * Wrapper to handle user store related operations in the registry. Main task 
of this class is to
  * protect the set of predefined users, roles and authorizations from the 
actions of registry users
- * (e.g. it should NOT be possibe to remove system user, admin user or 
anonymous user, it should NOT
- * be possibe to remove or deny authorizations of system or admin users). 
Therefore, all user
+ * (e.g. it should NOT be possible to remove system user, admin user or 
anonymous user, it should NOT
+ * be possible to remove or deny authorizations of system or admin users). 
Therefore, all user
  * manager related operations should be accessed through an instance of this 
class.
  */
 public class RegistryUserManager {

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
      Sun Dec 23 08:31:02 2007
@@ -94,7 +94,7 @@
     }
 
     /**
-     * Non-authenticating contructor. Use this constructor if the user is 
already authenticated
+     * Non-authenticating constructor. Use this constructor if the user is 
already authenticated
      * outside the secure registry.
      *
      * @param userID       user name of the user of the secure registry.

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

Reply via email to