Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-10-12 23:37:16 +0000
committerslewis2009-10-12 23:37:16 +0000
commit9423d2ea3050131cb583068dc0d0f59abadd1cb3 (patch)
treebac6178a26c34b7c6ea81b7e5ce5e03f97c4e402 /framework/bundles/org.eclipse.ecf.identity/src/org
parent9b3ce0476b552bc122ad028a5d74b4284130e2d6 (diff)
downloadorg.eclipse.ecf-9423d2ea3050131cb583068dc0d0f59abadd1cb3.tar.gz
org.eclipse.ecf-9423d2ea3050131cb583068dc0d0f59abadd1cb3.tar.xz
org.eclipse.ecf-9423d2ea3050131cb583068dc0d0f59abadd1cb3.zip
Fix for externalized messages
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity/src/org')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Messages.java2
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/messages.properties2
2 files changed, 0 insertions, 4 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Messages.java b/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Messages.java
index eff592dd8..bf3a8b2e5 100644
--- a/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Messages.java
+++ b/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Messages.java
@@ -18,8 +18,6 @@ import org.eclipse.osgi.util.NLS;
*/
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.ecf.internal.core.identity.messages"; //$NON-NLS-1$
- public static String Base64_Input_Data_Not_Null;
- public static String Base64_Invalid_Value;
public static String GUID_GUID_Creation_Failure;
public static String GUID_GUID_Namespace_Description_Default;
public static String GUID_IBM_SECURE_RANDOM;
diff --git a/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/messages.properties b/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/messages.properties
index 1a555983f..aed6ada9f 100644
--- a/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/messages.properties
+++ b/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/messages.properties
@@ -2,6 +2,4 @@ GUID_GUID_Namespace_Description_Default=GUID Namespace
GUID_IBM_SECURE_RANDOM=IBMSECURERANDOM
GUID_SHA1=SHA1PRNG
Trace_Date_Time_Format=[MM/dd/yy;HH:mm:ss:SSS]
-Base64_Input_Data_Not_Null=Input data cannot be null
-Base64_Invalid_Value=Invalid value "{0}" in base64 string
GUID_GUID_Creation_Failure=GUID creation failure:

Back to the top