diff options
Diffstat (limited to 'java/src/com/zerotierone/sdk/Event.java')
| -rw-r--r-- | java/src/com/zerotierone/sdk/Event.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 * - * <p>Meta-data: {@link InetAddress} containing origin address of packet</p> + * <p>Meta-data: {@link InetSocketAddress} containing origin address of packet</p> */ EVENT_AUTHENTICATION_FAILURE, /** * A received packet was not valid * - * <p>Meta-data: {@link InetAddress} containing origin address of packet</p> + * <p>Meta-data: {@link InetSocketAddress} containing origin address of packet</p> */ EVENT_INVALID_PACKET, |
