From 9b6dc1ee28aaa6cc9ac904307c27ccd221e099ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 2 May 2013 21:05:43 +0200 Subject: [PATCH] Fix javadoc. --- src/main/java/net/pterodactylus/irc/Connection.java | 2 ++ 1 file changed, 2 insertions(+) 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() { -- 2.7.4