Fix javadoc problems.
[xudocci.git] / 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
         */