1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed missing @since tag

This commit is contained in:
Marc Khouzam 2010-01-19 20:57:12 +00:00
parent 17990c0615
commit 9f8f168496

View file

@ -35,6 +35,7 @@ import org.osgi.framework.BundleContext;
public class ManagedBuilderCorePlugin extends Plugin {
/** @since 6.1 */
public static final String PLUGIN_ID = "org.eclipse.cdt.managedbuilder.core"; //$NON-NLS-1$
// The shared instance
private static ManagedBuilderCorePlugin plugin;