performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / name / ConceptGroup.java
index a34c6afeb9cc93deb889b13da38e6f9966b1455b..074a8982fbf185a12518bd52b2010f67c01fc049 100644 (file)
@@ -1,37 +1,50 @@
-/**\r
-* Copyright (C) 2007 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
-\r
-package eu.etaxonomy.taxeditor.editor.name;\r
-\r
-import eu.etaxonomy.cdm.model.common.CdmBase;\r
-import eu.etaxonomy.cdm.model.taxon.Taxon;\r
-\r
-/**\r
- * @author p.ciardelli\r
- * @created 21.01.2009\r
- * @version 1.0\r
- */\r
-public class ConceptGroup extends AbstractGroup<Taxon> {\r
-\r
-       public ConceptGroup(TaxonNameEditor editor) {\r
-               super(editor);\r
-       }\r
-       \r
-       @Override\r
-       public void redraw() {\r
-               // TODO Auto-generated method stub\r
-               \r
-       }\r
-\r
-       public boolean onComplete() {\r
-               // TODO Auto-generated method stub\r
-               return false;\r
-       }\r
-\r
-}\r
+/**
+* Copyright (C) 2007 EDIT
+* European Distributed Institute of Taxonomy 
+* http://www.e-taxonomy.eu
+* 
+* The contents of this file are subject to the Mozilla Public License Version 1.1
+* See LICENSE.TXT at the top of this package for the full license terms.
+*/
+
+package eu.etaxonomy.taxeditor.editor.name;
+
+import eu.etaxonomy.cdm.model.common.CdmBase;
+import eu.etaxonomy.cdm.model.taxon.Taxon;
+
+/**
+ * <p>ConceptGroup class.</p>
+ *
+ * @author p.ciardelli
+ * @created 21.01.2009
+ * @version 1.0
+ */
+public class ConceptGroup extends AbstractGroup<Taxon> {
+
+       /**
+        * <p>Constructor for ConceptGroup.</p>
+        *
+        * @param editor a {@link eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor} object.
+        */
+       public ConceptGroup(TaxonNameEditor editor) {
+               super(editor);
+       }
+       
+       /** {@inheritDoc} */
+       @Override
+       public void redraw() {
+               // TODO Auto-generated method stub
+               
+       }
+
+       /**
+        * <p>onComplete</p>
+        *
+        * @return a boolean.
+        */
+       public boolean onComplete() {
+               // TODO Auto-generated method stub
+               return false;
+       }
+
+}