mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
15 lines
417 B
Java
Generated
15 lines
417 B
Java
Generated
// Generated automatically from io.netty.channel.WriteBufferWaterMark for testing purposes
|
|
|
|
package io.netty.channel;
|
|
|
|
|
|
public class WriteBufferWaterMark
|
|
{
|
|
protected WriteBufferWaterMark() {}
|
|
public String toString(){ return null; }
|
|
public WriteBufferWaterMark(int p0, int p1){}
|
|
public int high(){ return 0; }
|
|
public int low(){ return 0; }
|
|
public static WriteBufferWaterMark DEFAULT = null;
|
|
}
|