AT: committing changes to the TaxEditor Post third round of code review
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / uses / operation / CreateUseRecordOperation.java
index 68f6862d0ddaa6d5f01210992b3786a6d634935c..ea45ffb28519c909ae4238eec3a69c7896b5612d 100644 (file)
@@ -1,5 +1,5 @@
 /**
-* Copyright (C) 2007 EDIT
+* Copyright (C) 2011 EDIT
 * European Distributed Institute of Taxonomy 
 * http://www.e-taxonomy.eu
 * 
@@ -32,8 +32,8 @@ import eu.etaxonomy.taxeditor.operation.IPostOperationEnabled;
  */
 public class CreateUseRecordOperation extends AbstractPostOperation {
        
+       /** Constant <code>ID="eu.etaxonomy.taxeditor.editor.view.use."{trunked}</code> */
        public static final String ID = "eu.etaxonomy.taxeditor.editor.use.createUseRecord";
-       
        private TaxonDescription description;
        private Feature feature;
        private DescriptionElementBase element;