X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.core.tests%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fcore%2Ftests%2FTmfCoreTestPlugin.java;h=59490775c87583d2a3acfcd6afce9677c99e698a;hb=54a7a54c8d5652fc7fa44e73fc95ade990b0db47;hp=257dcc684f056b0786c8c5fef34c5a463c571f4f;hpb=0283f7ffc576ed1b4e3c80c2614362785fdcdb7f;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCoreTestPlugin.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCoreTestPlugin.java index 257dcc684f..59490775c8 100644 --- a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCoreTestPlugin.java +++ b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCoreTestPlugin.java @@ -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 // ------------------------------------------------------------------------