Adding more TODOs
This commit is contained in:
parent
be0c372cad
commit
03fa76d333
|
@ -57,7 +57,8 @@ public class Generator
|
||||||
*/
|
*/
|
||||||
public static final int OVERHEAD = 28;
|
public static final int OVERHEAD = 28;
|
||||||
|
|
||||||
private final WebSocketPolicy policy;
|
@SuppressWarnings("unused")
|
||||||
|
private final WebSocketPolicy policy; // TODO: remove as unused?
|
||||||
private final ByteBufferPool bufferPool;
|
private final ByteBufferPool bufferPool;
|
||||||
private boolean validating;
|
private boolean validating;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue