editor now updatable via updateSite
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / propertysheet / AnnotationPropertySource.java
index 733c9aa088f0aa86a081a4b30e83b48ad2736abf..58708238c03b53309b597c0bf63c9f88c47545ff 100644 (file)
@@ -2,15 +2,11 @@ package eu.etaxonomy.taxeditor.propertysheet;
 \r
 import java.util.Collection;\r
 \r
-import org.apache.log4j.Logger;\r
-\r
 import eu.etaxonomy.cdm.model.common.Annotation;\r
 \r
 public class AnnotationPropertySource extends CollectionPropertySource {\r
-       private static final Logger logger = Logger\r
-                       .getLogger(AnnotationPropertySource.class);\r
 \r
-       public AnnotationPropertySource(Collection collection) {\r
+       public AnnotationPropertySource(Collection<?> collection) {\r
                super(collection);\r
        }\r
        \r