i2psnark: display peer version when available

This commit is contained in:
zzz
2014-06-07 17:07:44 +00:00
parent 40e5bcbdbb
commit 299a44e7eb
2 changed files with 52 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ import org.klomp.snark.bencode.InvalidBEncodingException;
* and the PeerID is not required.
* Equality is now determined solely by the dest hash.
*/
class PeerID implements Comparable<PeerID>
public class PeerID implements Comparable<PeerID>
{
private byte[] id;
private Destination address;