performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-bulkeditor / src / main / java / eu / etaxonomy / taxeditor / annotatedlineeditor / ILineSelectionSource.java
index 8a033697c5edd51297ffef2e6664933dffbd88e5..4e045ecb3a9782d345f5819e0ee6eeeeecda1404 100644 (file)
@@ -1,25 +1,31 @@
-// $Id$\r
-/**\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.annotatedlineeditor;\r
-\r
-\r
-/**\r
- * Every line in a <code>LineSelectionViewer</code> has an object associated with it. Classes\r
- * implementing this interface retrieve a line's object. \r
- * \r
- * @author p.ciardelli\r
- * @created 03.07.2009\r
- * @version 1.0\r
- */\r
-public interface ILineSelectionSource {\r
-       \r
-       Object getSelectedObjectAtLine(int line);\r
-}
\ No newline at end of file
+// $Id$
+/**
+* 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.annotatedlineeditor;
+
+
+/**
+ * Every line in a <code>LineSelectionViewer</code> has an object associated with it. Classes
+ * implementing this interface retrieve a line's object.
+ *
+ * @author p.ciardelli
+ * @created 03.07.2009
+ * @version 1.0
+ */
+public interface ILineSelectionSource {
+       
+       /**
+        * <p>getSelectedObjectAtLine</p>
+        *
+        * @param line a int.
+        * @return a {@link java.lang.Object} object.
+        */
+       Object getSelectedObjectAtLine(int line);
+}