From d1ed2695378d62145c0820a3d9125526874a8809 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 27 Apr 2015 17:48:37 -0700 Subject: Switch to InetSockAddress instead of InetAddress so we can send the port # to java as well --- java/src/com/zerotierone/sdk/Event.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/src/com/zerotierone/sdk/Event.java') diff --git a/java/src/com/zerotierone/sdk/Event.java b/java/src/com/zerotierone/sdk/Event.java index 382fbf48..851080af 100644 --- a/java/src/com/zerotierone/sdk/Event.java +++ b/java/src/com/zerotierone/sdk/Event.java @@ -94,14 +94,14 @@ public enum Event { /** * A packet failed authentication * - *

Meta-data: {@link InetAddress} containing origin address of packet

+ *

Meta-data: {@link InetSocketAddress} containing origin address of packet

*/ EVENT_AUTHENTICATION_FAILURE, /** * A received packet was not valid * - *

Meta-data: {@link InetAddress} containing origin address of packet

+ *

Meta-data: {@link InetSocketAddress} containing origin address of packet

*/ EVENT_INVALID_PACKET, -- cgit v1.2.3