fix: added private constructor
This commit is contained in:
@@ -77,4 +77,9 @@ public final class BoolUtil {
|
||||
.anyMatch(BooleanSupplier::getAsBoolean);
|
||||
}
|
||||
|
||||
/**
|
||||
* Private constructor prevent from being initialised.
|
||||
*/
|
||||
private BoolUtil() {}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user