Update JNI with new root terminology

This commit is contained in:
Grant Limberg 2017-02-13 10:51:36 -08:00
parent c95bae2d73
commit 9ae49b5b85
2 changed files with 8 additions and 8 deletions

View file

@ -34,12 +34,12 @@ public enum PeerRole {
PEER_ROLE_LEAF,
/**
* upstream node
* moon root
*/
PEER_ROLE_UPSTREAM,
PEER_ROLE_MOON,
/**
* root server
* planetary root
*/
PEER_ROLE_ROOT
PEER_ROLE_PLANET
}