Explorar o código

fix for a previously renamed class

Grant Limberg %!s(int64=10) %!d(string=hai) anos
pai
achega
29bb2a9004
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      java/src/com/zerotierone/sdk/Peer.java

+ 2 - 2
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<PhysicalPeerPath> paths;
+    private ArrayList<PeerPhysicalPath> paths;
 
     private Peer() {}
 
@@ -104,7 +104,7 @@ public final class Peer {
     /**
      * Known network paths to peer
      */
-    public final ArrayList<PhysicalPeerPath> paths() {
+    public final ArrayList<PeerPhysicalPath> paths() {
         return paths;
     }
 }