editor now updatable via updateSite
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / propertysheet / reference / SingleRefTypePropertySource.java
index 1d71189e3eb07d1da69b4da3a78637565c008332..be9e672f4af0e9f7eeff3e942679ec635cf06f4e 100644 (file)
@@ -9,7 +9,6 @@
 \r
 package eu.etaxonomy.taxeditor.propertysheet.reference;\r
 \r
-import org.apache.log4j.Logger;\r
 import org.eclipse.jface.viewers.ILabelProvider;\r
 import org.eclipse.ui.views.properties.PropertyDescriptor;\r
 \r
@@ -30,15 +29,13 @@ import eu.etaxonomy.cdm.model.reference.ReferenceBase;
  * @version 1.0\r
  */\r
 public class SingleRefTypePropertySource extends ReferencePropertySource {\r
-       private static final Logger logger = Logger\r
-                       .getLogger(SingleRefTypePropertySource.class);\r
        \r
        public static final String BOOK = "Book";\r
        public static final String JOURNAL = "Journal";\r
 \r
        private String referenceType;\r
        \r
-       public SingleRefTypePropertySource(ReferenceBase reference, String referenceType) {\r
+       public SingleRefTypePropertySource(ReferenceBase<?> reference, String referenceType) {\r
                super(reference);\r
                \r
                this.referenceType = referenceType;\r