Hi Azeez,
Could you please do your changes to trunk as well (if you have not done that already )

-Deepal

[EMAIL PROTECTED] wrote:
Author: azeez
Date: Tue Feb  5 01:46:00 2008
New Revision: 13259

Log:

making RegistryConstants a class



Modified:
   
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/RegistryConstants.java

Modified: 
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/RegistryConstants.java
==============================================================================
--- 
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/RegistryConstants.java
   (original)
+++ 
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/RegistryConstants.java
   Tue Feb  5 01:46:00 2008
@@ -19,9 +19,7 @@
package org.wso2.registry; -import javax.xml.namespace.QName;
-
-public interface RegistryConstants {
+public final class RegistryConstants {
     /**
      * These constants are used to specify the core registry to use in the 
registry server. This is
      * specified as a init parameter of the Registry servlet.
@@ -35,7 +33,9 @@
     public static final String REGISTRY_CONFIG_PATH = "registry.config.path";
     public static final String REGISTRY_CONTEXT = "registry.context";
- /** Built in user names */
+    /**
+     * Built in user names
+     */
     public static final String SYSTEM_USER = "system";
     public static final String SYSTEM_PASSWORD = "system";
     public static final String ANONYMOUS_USER = "anonymous";
@@ -128,4 +128,7 @@
     public static final String URL_SEPARATOR = ";";
public static final String RESOURCES_PATH = "resources";
+
+    private RegistryConstants() {
+    }
 }

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





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

Reply via email to