AbstractChannel: Remove function getRandom()

Requested by @trustin and @normanmaurer

Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
This commit is contained in:
Cruz Julian Bishop 2012-08-25 20:01:57 +10:00
parent 1e3fe3ffc3
commit ca952e11c0

View File

@ -39,10 +39,6 @@ public abstract class AbstractChannel extends DefaultAttributeMap implements Cha
private static final Random random = new Random();
public static Random getRandom() {
return random;
}
/**
* Generates a negative unique integer ID. This method generates only
* negative integers to avoid conflicts with user-specified IDs where only