Skip to content
Snippets Groups Projects
Commit 597c5ae2 authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story 1965. Removed extra javadoc lines.

parent 6260c087
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment