Javadoc fixes
[jabaws.git] / datamodel / compbio / data / sequence / Score.java
index c8cbfb4..ec4cadc 100644 (file)
@@ -128,7 +128,7 @@ public class Score implements Comparable<Score> {
        /**\r
         * Return Ranges if any Collections.EMPTY_SET otherwise\r
         * \r
-        * @return\r
+        * @return ordered set of Range\r
         */\r
        public TreeSet<Range> getRanges() {\r
                return ranges;\r
@@ -200,8 +200,7 @@ public class Score implements Comparable<Score> {
         * \r
         * @param scores\r
         *            the list of scores to output\r
-        * @param output\r
-        *            the stream to output the data to\r
+        * @param writer\r
         * @throws IOException\r
         *             if the OutputStream cannot be written into\r
         * @throws NullPointerException\r