Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-04-16 02:29:03 +0000
committerrsuen2007-04-16 02:29:03 +0000
commitd9ab2f18afe0000f77dca45bc7b0741fd3f64ba1 (patch)
treee61c3b9c5b61f724feb7d86c020a3736404b9e45 /framework/bundles/org.eclipse.ecf.provider/src
parent755b2b8bb1fefdf6a5bbe63b3d30312ad2a8e731 (diff)
downloadorg.eclipse.ecf-d9ab2f18afe0000f77dca45bc7b0741fd3f64ba1.tar.gz
org.eclipse.ecf-d9ab2f18afe0000f77dca45bc7b0741fd3f64ba1.tar.xz
org.eclipse.ecf-d9ab2f18afe0000f77dca45bc7b0741fd3f64ba1.zip
Mark with NON-NLS tags.
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.provider/src')
-rw-r--r--framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/TCPServerSOContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/TCPServerSOContainer.java b/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/TCPServerSOContainer.java
index 4edb0b577..a977d7d56 100644
--- a/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/TCPServerSOContainer.java
+++ b/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/TCPServerSOContainer.java
@@ -33,7 +33,7 @@ public class TCPServerSOContainer extends ServerSOContainer implements
public static final String DEFAULT_HOST = "localhost"; //$NON-NLS-1$
- public static final String SERVICE_TYPE = "_" + DEFAULT_PROTOCOL + "._tcp.local.";
+ public static final String SERVICE_TYPE = "_" + DEFAULT_PROTOCOL + "._tcp.local."; //$NON-NLS-1$ //$NON-NLS-2$
// Keep alive value
protected int keepAlive;

Back to the top