1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

Fixed another accidental change of a String

This commit is contained in:
Martin Oberhuber 2007-05-16 07:56:22 +00:00
parent af8965d1f1
commit bf55e1b690

View file

@ -20,7 +20,7 @@ import org.osgi.framework.BundleContext;
public class Activator extends AbstractUIPlugin {
// The plug-in ID
public static final String PLUGIN_ID = "org.eclipse.tm.terminal.serial.serial"; //$NON-NLS-1$
public static final String PLUGIN_ID = "org.eclipse.tm.terminal.serial"; //$NON-NLS-1$
// The shared instance
private static Activator plugin;