[Registry-dev] svn commit r13259
- branches/registry/1_0/modules/core/src/main/java/org/wso2/registry
Deepal Jayasinghe
deepal at wso2.com
Tue Feb 5 02:01:28 PST 2008
Hi Azeez,
Could you please do your changes to trunk as well (if you have not done
that already )
-Deepal
svn at wso2.org 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
> Registry-dev at wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/registry-dev
>
>
>
More information about the Registry-dev
mailing list