Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
[ci skip] Remove duplicate space from NativeZlibInflate (#1240)
Dieser Commit ist enthalten in:
Ursprung
6506c4cc59
Commit
6f7f722bfb
@ -28,6 +28,6 @@ class NativeZlibInflate {
|
|||||||
|
|
||||||
static native long free(long ctx);
|
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;
|
long destinationAddress, int destinationLength) throws DataFormatException;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren