diff --git a/java/src/com/zerotierone/sdk/Peer.java b/java/src/com/zerotierone/sdk/Peer.java index 60b9ff4be..f01755ba8 100644 --- a/java/src/com/zerotierone/sdk/Peer.java +++ b/java/src/com/zerotierone/sdk/Peer.java @@ -41,7 +41,7 @@ public final class Peer { private int versionRev; private int latency; private PeerRole role; - private ArrayList paths; + private ArrayList paths; private Peer() {} @@ -104,7 +104,7 @@ public final class Peer { /** * Known network paths to peer */ - public final ArrayList paths() { + public final ArrayList paths() { return paths; } } \ No newline at end of file