Fix another pile of Javadoc warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / TmfCoreTestPlugin.java
index 257dcc684f056b0786c8c5fef34c5a463c571f4f..59490775c87583d2a3acfcd6afce9677c99e698a 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
  * Copyright (c) 2009, 2010 Ericsson
- * 
+ *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
+ *
  * Contributors:
  *   Francois Chouinard - Initial API and implementation
  *******************************************************************************/
@@ -29,11 +29,12 @@ public class TmfCoreTestPlugin extends Plugin {
     // ------------------------------------------------------------------------
 
        // The plug-in ID
-       public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf.tests";
+       @SuppressWarnings("javadoc")
+    public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf.tests";
 
        // The shared instance
        private static TmfCoreTestPlugin fPlugin;
-       
+
     // ------------------------------------------------------------------------
     // Constructors
     // ------------------------------------------------------------------------
This page took 0.025303 seconds and 5 git commands to generate.