Fix more compiler/javadoc warnings as per new project specific settings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / views / uml2sd / loader / AllTests.java
index b50a38f0498b21fae403dbc8116faa64e1a5d00f..4283bf75b7ccceaeba3bfdf33d3d1a3a9ef3f03e 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
  * Copyright (c) 2011, 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
  *******************************************************************************/
@@ -14,8 +14,15 @@ package org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.loader;
 import junit.framework.Test;
 import junit.framework.TestSuite;
 
+/**
+ *  Test suite for testing the TmfUml2SDSyncLoader class.
+ *  @author Bernd Hufmann
+ */
 public class AllTests {
 
+    /**
+     * @return the test suite.
+     */
     public static Test suite() {
         TestSuite suite = new TestSuite(AllTests.class.getName());
         //$JUnit-BEGIN$
This page took 0.025835 seconds and 5 git commands to generate.