minor
[taxeditor.git] / eu.etaxonomy.taxeditor.test / src / test / java / eu / etaxonomy / taxeditor / ui / selection / AbstractSelectionElementTest.java
index adccccfe38ebdfebd567e8f535896741851c3daa..46f922715036ee50187b1daf9ed03a81b03a9362 100644 (file)
@@ -1,6 +1,11 @@
 /**\r
- * \r
- */\r
+* Copyright (C) 2015 EDIT\r
+* European Distributed Institute of Taxonomy\r
+* http://www.e-taxonomy.eu\r
+*\r
+* The contents of this file are subject to the Mozilla Public License Version 1.1\r
+* See LICENSE.TXT at the top of this package for the full license terms.\r
+*/\r
 package eu.etaxonomy.taxeditor.ui.selection;\r
 \r
 import org.junit.After;\r
@@ -8,20 +13,18 @@ import org.junit.After;
 import eu.etaxonomy.taxeditor.test.AbstractEditorTest;\r
 \r
 /**\r
- * This test will only test the selection element itself. The test may have to start other \r
- * dialogs open windows before to get at the selection element. Any errors on the way \r
+ * This test will only test the selection element itself. The test may have to start other\r
+ * dialogs open windows before to get at the selection element. Any errors on the way\r
  * should be handled by different tests.\r
- * \r
+ *\r
  * @author n.hoffmann\r
  *\r
  */\r
 public abstract class AbstractSelectionElementTest extends AbstractEditorTest{\r
 \r
-       \r
-\r
        @After\r
        public void tearDown() {\r
                utils.cancel();\r
        }\r
-       \r
+\r
 }\r