dont expose a method we dont need to expose

This commit is contained in:
jrandom
2004-06-20 00:19:38 +00:00
committed by zzz
parent 6d84b8c02f
commit 1b7fb96ca8

View File

@@ -75,5 +75,4 @@ interface KBucket {
public Hash generateRandomKey();
public Hash getLocal();
public void setLocal(Hash local);
}