fix for a previously renamed class
This commit is contained in:
@@ -41,7 +41,7 @@ public final class Peer {
|
|||||||
private int versionRev;
|
private int versionRev;
|
||||||
private int latency;
|
private int latency;
|
||||||
private PeerRole role;
|
private PeerRole role;
|
||||||
private ArrayList<PhysicalPeerPath> paths;
|
private ArrayList<PeerPhysicalPath> paths;
|
||||||
|
|
||||||
private Peer() {}
|
private Peer() {}
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ public final class Peer {
|
|||||||
/**
|
/**
|
||||||
* Known network paths to peer
|
* Known network paths to peer
|
||||||
*/
|
*/
|
||||||
public final ArrayList<PhysicalPeerPath> paths() {
|
public final ArrayList<PeerPhysicalPath> paths() {
|
||||||
return paths;
|
return paths;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user