summaryrefslogtreecommitdiff
path: root/java/src/com/zerotier/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/com/zerotier/sdk')
-rw-r--r--java/src/com/zerotier/sdk/Event.java2
-rw-r--r--java/src/com/zerotier/sdk/PeerRole.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/java/src/com/zerotier/sdk/Event.java b/java/src/com/zerotier/sdk/Event.java
index d315990b..436b1b22 100644
--- a/java/src/com/zerotier/sdk/Event.java
+++ b/java/src/com/zerotier/sdk/Event.java
@@ -90,7 +90,7 @@ public enum Event {
/**
* A more recent version was observed on the network
*
- * <p>Right now this is only triggered if a hub or supernode reports a
+ * <p>Right now this is only triggered if a hub or rootserver reports a
* more recent version, and only once. It can be used to trigger a
* software update check.</p>
*
diff --git a/java/src/com/zerotier/sdk/PeerRole.java b/java/src/com/zerotier/sdk/PeerRole.java
index 56c3ac0c..7a5156e1 100644
--- a/java/src/com/zerotier/sdk/PeerRole.java
+++ b/java/src/com/zerotier/sdk/PeerRole.java
@@ -39,7 +39,7 @@ public enum PeerRole {
PEER_ROLE_HUB,
/**
- * planetary supernode
+ * planetary rootserver
*/
- PEER_ROLE_SUPERNODE
+ PEER_ROLE_ROOTSERVER
} \ No newline at end of file