Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.authentication.ldap.core/src/org/eclipse/osee/framework/authentication/ldap/core/Messages.java')
-rw-r--r--plugins/org.eclipse.osee.framework.authentication.ldap.core/src/org/eclipse/osee/framework/authentication/ldap/core/Messages.java60
1 files changed, 30 insertions, 30 deletions
diff --git a/plugins/org.eclipse.osee.framework.authentication.ldap.core/src/org/eclipse/osee/framework/authentication/ldap/core/Messages.java b/plugins/org.eclipse.osee.framework.authentication.ldap.core/src/org/eclipse/osee/framework/authentication/ldap/core/Messages.java
index 2f598eeceed..0cf33fde737 100644
--- a/plugins/org.eclipse.osee.framework.authentication.ldap.core/src/org/eclipse/osee/framework/authentication/ldap/core/Messages.java
+++ b/plugins/org.eclipse.osee.framework.authentication.ldap.core/src/org/eclipse/osee/framework/authentication/ldap/core/Messages.java
@@ -12,36 +12,36 @@ import org.eclipse.osgi.util.NLS;
*/
public class Messages extends NLS {
- /**
- * bundle name
- */
- private static final String BUNDLE_NAME = "org.eclipse.osee.framework.authentication.ldap.core.messages"; //$NON-NLS-1$
- /**
- * String to store LDAP service extension point ID
- */
- public static String LDAPServiceExtensionPointID;
- /**
- * String to store LDAP Service extension point attribute
- */
- public static String LDAPServiceExtensionPointAttribute;
- /**
- * String to store the LDAP Authentication failure
- */
- public static String LDAPAuthenticationFailed;
- /**
- * String to store the LDAP Authentication Protocol name
- */
- public static String LDAPAuthenticationProtocol;
+ /**
+ * bundle name
+ */
+ private static final String BUNDLE_NAME = "org.eclipse.osee.framework.authentication.ldap.core.messages"; //$NON-NLS-1$
+ /**
+ * String to store LDAP service extension point ID
+ */
+ public static String LDAPServiceExtensionPointID;
+ /**
+ * String to store LDAP Service extension point attribute
+ */
+ public static String LDAPServiceExtensionPointAttribute;
+ /**
+ * String to store the LDAP Authentication failure
+ */
+ public static String LDAPAuthenticationFailed;
+ /**
+ * String to store the LDAP Authentication Protocol name
+ */
+ public static String LDAPAuthenticationProtocol;
- static {
- // initialize resource bundle
- NLS.initializeMessages(BUNDLE_NAME, Messages.class);
- }
+ static {
+ // initialize resource bundle
+ NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+ }
- /**
- * Constructor
- */
- private Messages() {
- // Default constructor
- }
+ /**
+ * Constructor
+ */
+ private Messages() {
+ // Default constructor
+ }
}

Back to the top