mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-12-09 02:00:25 +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