Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorDavid Inglis2004-03-23 02:48:29 +0000
committerDavid Inglis2004-03-23 02:48:29 +0000
commit118c31cd1662c47c0195b07ec05b6bf882f5962f (patch)
tree5837bdcd4b01a8a4b01c386d129b35133c9164db /debug
parentd5b215af7a78f3f65462f7a0bf42afe9b84766bb (diff)
downloadorg.eclipse.cdt-118c31cd1662c47c0195b07ec05b6bf882f5962f.tar.gz
org.eclipse.cdt-118c31cd1662c47c0195b07ec05b6bf882f5962f.tar.xz
org.eclipse.cdt-118c31cd1662c47c0195b07ec05b6bf882f5962f.zip
non-external string
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDebugConfiguration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDebugConfiguration.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDebugConfiguration.java
index 12f871f4c07..9d3a5d06a6c 100644
--- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDebugConfiguration.java
+++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDebugConfiguration.java
@@ -7,7 +7,7 @@ package org.eclipse.cdt.debug.core;
import org.eclipse.core.runtime.CoreException;
public interface ICDebugConfiguration {
- final static String PLATFORM_NATIVE = "native";
+ final static String PLATFORM_NATIVE = "native"; //$NON-NLS-1$
ICDebugger getDebugger() throws CoreException;
String getName();

Back to the top