-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Recompiling all java results in errors of:
.../test/java/com/wiredtiger/test/PackTest.java:82: error: no suitable constructor found for PackInputStream(String,byte[])
PackInputStream unpacker = new PackInputStream(format, packed);
^
constructor PackInputStream.PackInputStream(String,byte[],boolean) is not applicable
(actual and formal argument lists differ in length)
constructor PackInputStream.PackInputStream(String,byte[],boolean,int,int) is not applicable
(actual and formal argument lists differ in length)