Fix javadoc.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 2 May 2013 19:05:43 +0000 (21:05 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 2 May 2013 19:05:43 +0000 (21:05 +0200)
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() {