tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / views / uml2sd / loader / Uml2SDTestSetup.java
index d318b1659e738fdb2b934c39b9ac858d829d81e1..3ea6580ad0f04e23d6c78dacb6a0ed12be4eb9c7 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Ericsson
+ * Copyright (c) 2011, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -27,19 +27,11 @@ public class Uml2SDTestSetup extends TestSetup {
         super(test);
     }
 
-    /*
-     * (non-Javadoc)
-     * @see junit.extensions.TestSetup#setUp()
-     */
     @Override
     protected void setUp() throws Exception {
         Uml2SDTestFacility.getInstance().init();
     }
 
-    /*
-     * (non-Javadoc)
-     * @see junit.extensions.TestSetup#tearDown()
-     */
     @Override
     protected void tearDown() throws Exception {
         Uml2SDTestFacility.getInstance().dispose();
This page took 0.024048 seconds and 5 git commands to generate.