From: David ‘Bombe’ Roden Date: Thu, 2 May 2013 19:05:43 +0000 (+0200) Subject: Fix javadoc. X-Git-Url: https://git.pterodactylus.net/?p=xudocci.git;a=commitdiff_plain;h=9b6dc1ee28aaa6cc9ac904307c27ccd221e099ba Fix javadoc. --- diff --git a/src/main/java/net/pterodactylus/irc/Connection.java b/src/main/java/net/pterodactylus/irc/Connection.java index 2feaec4..15dde44 100644 --- a/src/main/java/net/pterodactylus/irc/Connection.java +++ b/src/main/java/net/pterodactylus/irc/Connection.java @@ -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() {