mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
non-external string
This commit is contained in:
parent
d5b215af7a
commit
118c31cd16
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue