Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2010-04-16 16:45:53 +0000
committerSimon Kaegi2010-04-16 16:45:53 +0000
commitaa3dcd264481f9be3532e24df29290acd918ad82 (patch)
treeab0a44031595c60e7edbf84c98b13a072296a008 /bundles/org.eclipse.equinox.servletbridge
parent3699011d5c4c14ac6c77954271c7d8223b4897c9 (diff)
downloadrt.equinox.bundles-aa3dcd264481f9be3532e24df29290acd918ad82.tar.gz
rt.equinox.bundles-aa3dcd264481f9be3532e24df29290acd918ad82.tar.xz
rt.equinox.bundles-aa3dcd264481f9be3532e24df29290acd918ad82.zip
Cleaning up missing non-nlsv20100419
Diffstat (limited to 'bundles/org.eclipse.equinox.servletbridge')
-rw-r--r--bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java b/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java
index ff272f543..598efda20 100644
--- a/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java
+++ b/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java
@@ -38,8 +38,8 @@ import javax.servlet.ServletContext;
*/
public class FrameworkLauncher {
- private static final String REFERENCE_SCHEME = "reference:";
- private static final String CONFIG_INI = "config.ini";
+ private static final String REFERENCE_SCHEME = "reference:"; //$NON-NLS-1$
+ private static final String CONFIG_INI = "config.ini"; //$NON-NLS-1$
private static final String DOT_JAR = ".jar"; //$NON-NLS-1$
private static final String WS_DELIM = " \t\n\r\f"; //$NON-NLS-1$
protected static final String FILE_SCHEME = "file:"; //$NON-NLS-1$

Back to the top