cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 25 Nov 2020 16:49:30 +0000 (17:49 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 25 Nov 2020 16:49:30 +0000 (17:49 +0100)
src/test/java/eu/etaxonomy/cdm/vaadin/presenter/EditConceptRelationshipPresenterTest.java

index 9a6175e99c0fc4d6251e1ffc7da850d7436cadc0..bc7b35abe9fa6043c1b296c4ae148059f6a20b23 100644 (file)
@@ -34,7 +34,6 @@ import eu.etaxonomy.cdm.vaadin.util.CdmSpringContextHelper;
 /**
  * @author cmathew
  * @since 13 Apr 2015
- *
  */
 @DataSets({
     @DataSet(loadStrategy=CleanSweepInsertLoadStrategy.class),
@@ -42,7 +41,9 @@ import eu.etaxonomy.cdm.vaadin.util.CdmSpringContextHelper;
 })
 public class EditConceptRelationshipPresenterTest extends CdmVaadinBaseTest {
 
+    @SuppressWarnings("unused")
     private static final Logger logger = Logger.getLogger(EditConceptRelationshipPresenterTest.class);
+
     public static EditConceptRelationshipPresenter ecrp;
 
     private static List<String> FROM_TAXON_INIT_STRATEGY = Arrays.asList(new String []{
@@ -60,7 +61,6 @@ public class EditConceptRelationshipPresenterTest extends CdmVaadinBaseTest {
         Assert.assertEquals(30, container.size());
     }
 
-
     @Test
     public void testCreateRelationship() {
         UUID fromTaxonUuid = UUID.fromString("77e7d93e-75c6-4dd4-850d-7b5809654378");
@@ -126,7 +126,6 @@ public class EditConceptRelationshipPresenterTest extends CdmVaadinBaseTest {
         Assert.assertNotNull(tr);
         Assert.assertEquals(newToTaxonUuid, tr.getToTaxon().getUuid());
         Assert.assertEquals(oldRelTypeUuid, tr.getType().getUuid());
-
     }
 
     @Test
@@ -174,4 +173,4 @@ public class EditConceptRelationshipPresenterTest extends CdmVaadinBaseTest {
         }
         return null;
     }
-}
+}
\ No newline at end of file