lttng: Fix Javadoc in lttng2.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.core.tests / src / org / eclipse / linuxtools / lttng2 / core / tests / control / model / impl / AllTests.java
index bce587572b2c883e2d201fabc7fc10c4cd7884d9..6fa43af6ba2bb59a62ad2ac1455b123c45950b4f 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
  * Copyright (c) 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
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
+ *
  * Contributors:
  *   Bernd Hufmann - Initial API and implementation
  *******************************************************************************/
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.lttng2.core.tests.control.model.impl;
 import junit.framework.Test;
 import junit.framework.TestSuite;
 
+@SuppressWarnings("javadoc")
 public class AllTests {
 
     public static Test suite() {
-        
+
         TestSuite suite = new TestSuite(AllTests.class.getName());
         //$JUnit-BEGIN$
         suite.addTestSuite(BaseEventInfoTest.class);
This page took 0.02362 seconds and 5 git commands to generate.