lttng: Fix Javadoc and formatting in lttng2.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / src / org / eclipse / linuxtools / lttng2 / ui / tests / control / model / component / ModelImplTestSetup.java
index 1fbd76ad6855c71e3fee2b2dab709e8f457b47b8..a3c23f9e93e9a534c15dd7af7512f69b1ea6f7ea 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
  * Copyright (c) 2012 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
  *******************************************************************************/
@@ -15,14 +15,15 @@ import junit.extensions.TestSetup;
 import junit.framework.Test;
 
 /**
- *  Test setup class for one-time setUp() and tearDown() across test cases. 
+ *  Test setup class for one-time setUp() and tearDown() across test cases.
  */
+@SuppressWarnings("javadoc")
 public class ModelImplTestSetup extends TestSetup {
 
     public ModelImplTestSetup(Test test) {
         super(test);
     }
-    
+
     /*
      * (non-Javadoc)
      * @see junit.extensions.TestSetup#setUp()
This page took 0.039342 seconds and 5 git commands to generate.