[ci skip] Remove duplicate space from NativeZlibInflate (#1240)
This commit is contained in:
@@ -28,6 +28,6 @@ class NativeZlibInflate {
|
||||
|
||||
static native long free(long ctx);
|
||||
|
||||
static native boolean process(long ctx, long sourceAddress, int sourceLength,
|
||||
static native boolean process(long ctx, long sourceAddress, int sourceLength,
|
||||
long destinationAddress, int destinationLength) throws DataFormatException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user