Fix javadoc.
[xudocci.git] / src / main / java / net / pterodactylus / irc / Connection.java
index 2feaec4..15dde44 100644 (file)
@@ -148,6 +148,7 @@ public class Connection extends AbstractExecutionThreadService implements Servic
 
        /**
         * Returns the hostname of the remote end of the connection.
+        *
         * @return The remote’s hostname
         */
        public String hostname() {
@@ -156,6 +157,7 @@ public class Connection extends AbstractExecutionThreadService implements Servic
 
        /**
         * Returns the port number of the remote end of the connection.
+        *
         * @return The remote’s port number
         */
        public int port() {