mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix checkstyle rule violation
This commit is contained in:
parent
93d1a5e492
commit
c245eb08cd
|
@ -18,6 +18,9 @@ package org.teavm.classlib.impl;
|
|||
import java.util.function.DoubleSupplier;
|
||||
|
||||
public class RandomUtils {
|
||||
private RandomUtils() {
|
||||
}
|
||||
|
||||
public static void checkStreamSize(long streamSize) {
|
||||
if (streamSize < 0L) {
|
||||
throw new IllegalArgumentException();
|
||||
|
|
Loading…
Reference in New Issue
Block a user