mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 06:27:42 +01:00
[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