Commit 597c5ae2 authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story 1965. Removed extra javadoc lines.

parent 6260c087
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ public class GroupReader extends AbstractReaderWriter
     * @return Group Group.
     * @throws ReaderException
     * @throws java.io.IOException
     * @throws java.net.URISyntaxException
     */
    public Group read(InputStream in)
        throws ReaderException, IOException
@@ -143,7 +142,6 @@ public class GroupReader extends AbstractReaderWriter
     * @return Group Group.
     * @throws ReaderException
     * @throws java.io.IOException
     * @throws java.net.URISyntaxException
     */
    public Group read(Reader reader)
        throws ReaderException, IOException
+0 −1
Original line number Diff line number Diff line
@@ -117,7 +117,6 @@ public class UserListReader extends AbstractReaderWriter
     * @return List of Users.
     * @throws ReaderException
     * @throws java.io.IOException
     * @throws java.net.URISyntaxException
     */
    public List<User> read(InputStream in)
        throws ReaderException, IOException