mirror of https://github.com/zlatinb/muwire
groovy != java
parent
46de1baf88
commit
136cf89c9b
|
@ -9,5 +9,5 @@ public class Constants {
|
|||
public static final int MAX_HEADER_SIZE = 0x1 << 14;
|
||||
public static final int MAX_HEADERS = 16;
|
||||
|
||||
public static final int MAX_RESULTS = 0x1 << 16
|
||||
public static final int MAX_RESULTS = 0x1 << 16;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue