This commit is contained in:
zzz
2012-08-25 14:42:04 +00:00
parent 9d383d6aef
commit 38fda46d44
5 changed files with 5 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ import net.i2p.util.ConcurrentHashSet;
* removing entries, this KBucket will exceed the max size.
*
* Refactored from net.i2p.router.networkdb.kademlia
* @since 0.9.2
*/
class KBucketImpl<T extends SimpleDataStructure> implements KBucket<T> {
/**