more classes pkg private

This commit is contained in:
zzz
2013-04-27 22:34:39 +00:00
parent d7040a23e4
commit 45bf2e0715
4 changed files with 4 additions and 4 deletions

View File

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