mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fixed another accidental change of a String
This commit is contained in:
parent
f6c7c63187
commit
ba531e74d3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue