Repository: brooklyn-server Updated Branches: refs/heads/master b60863556 -> ff7cde116
Javadoc typo Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1962dda2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1962dda2 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/1962dda2 Branch: refs/heads/master Commit: 1962dda252164d79ed41a8d6e7d96c033e772d5d Parents: ac89fbc Author: Sam Corbett <[email protected]> Authored: Tue Mar 21 17:10:48 2017 +0000 Committer: Sam Corbett <[email protected]> Committed: Wed Apr 5 17:54:36 2017 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/brooklyn/util/net/Networking.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/1962dda2/utils/common/src/main/java/org/apache/brooklyn/util/net/Networking.java ---------------------------------------------------------------------- diff --git a/utils/common/src/main/java/org/apache/brooklyn/util/net/Networking.java b/utils/common/src/main/java/org/apache/brooklyn/util/net/Networking.java index 79e3739..f944b77 100644 --- a/utils/common/src/main/java/org/apache/brooklyn/util/net/Networking.java +++ b/utils/common/src/main/java/org/apache/brooklyn/util/net/Networking.java @@ -406,7 +406,7 @@ public class Networking { /** * Gets an InetAddress using the given hostname or IP. If it is an IPv4 address, then this is equivalent - * to {@link getInetAddressWithFixedName(byte[])}. If it is a hostname, then this hostname will be used + * to {@link #getInetAddressWithFixedName(byte[])}. If it is a hostname, then this hostname will be used * in the returned InetAddress. */ public static InetAddress getInetAddressWithFixedName(String hostnameOrIp) {
