Fix javadoc problems.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 8 Apr 2013 19:54:17 +0000 (21:54 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 8 Apr 2013 19:54:17 +0000 (21:54 +0200)
src/main/java/net/pterodactylus/irc/Connection.java

index fd7748f..0e7c461 100644 (file)
@@ -160,7 +160,7 @@ public class Connection extends AbstractExecutionThreadService implements Servic
         *
         * @param username
         *              The username to use
-        * @return
+        * @return This connection
         */
        public Connection username(String username) {
                this.username = Optional.fromNullable(username);
@@ -200,7 +200,6 @@ public class Connection extends AbstractExecutionThreadService implements Servic
         *
         * @param channel
         *              The channel to join
-        * @return {@code true} if the channel was joined, {@code false} otherwise
         * @throws IOException
         *              if an I/O error occurs
         */