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() {}
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ springVersion=6.1.3
|
||||
springBootVersion=3.2.3
|
||||
|
||||
buildGroupId=com.onixbyte
|
||||
buildVersion=1.6.1
|
||||
buildVersion=1.6.2
|
||||
projectUrl=https://onixbyte.com/JDevKit
|
||||
projectGithubUrl=https://github.com/OnixByte/JDevKit
|
||||
licenseName=The Apache License, Version 2.0
|
||||
|
||||
Reference in New Issue
Block a user