forked from I2P_Developers/i2p.i2p
Linting dep-ann: Added @Deprecated annotations in i2psnark, i2ptunnel, ministreaming, routerconsole, streaming
This commit is contained in:
@@ -196,6 +196,7 @@ public class PeerID implements Comparable<PeerID>
|
||||
* Compares port, address and id.
|
||||
* @deprecated unused? and will NPE now that address can be null?
|
||||
*/
|
||||
@Deprecated
|
||||
public int compareTo(PeerID pid)
|
||||
{
|
||||
int result = port - pid.port;
|
||||
|
||||
Reference in New Issue
Block a user