Rename xxx.lttng to xxx.lttng.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / TmfCorePlugin.java
index 7fd06bf75a19fb247382162cc28341c5b15a451e..949ac5b3300325119b8435496ef39c852cf01d21 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
+ * Copyright (c) 2009, 2010, 2011 Ericsson
  * 
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -28,7 +28,7 @@ public class TmfCorePlugin extends Plugin {
        // ------------------------------------------------------------------------
 
        // The plug-in ID
-       public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf";
+       public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf"; //$NON-NLS-1$
 
        // The shared instance
        private static TmfCorePlugin fPlugin;
@@ -37,9 +37,6 @@ public class TmfCorePlugin extends Plugin {
     // Constructors
        // ------------------------------------------------------------------------
 
-       /**
-        * The constructor
-        */
        public TmfCorePlugin() {
                setDefault(this);
        }
@@ -48,22 +45,16 @@ public class TmfCorePlugin extends Plugin {
     // Accessors
        // ------------------------------------------------------------------------
 
-    /**
-     * @return the shared instance
-     */
     public static TmfCorePlugin getDefault() {
         return fPlugin;
     }
 
-       /**
-        * @param plugin the shared instance
-        */
        private static void setDefault(TmfCorePlugin plugin) {
                fPlugin = plugin;
        }
 
        // ------------------------------------------------------------------------
-    // Operations
+    // Plugin
        // ------------------------------------------------------------------------
 
        @Override
This page took 0.024641 seconds and 5 git commands to generate.