fix: added private constructor

This commit is contained in:
熊熊熊子路
2024-08-22 14:52:53 +08:00
parent a3f7efa56f
commit 2c036a96c7
2 changed files with 6 additions and 1 deletions
@@ -77,4 +77,9 @@ public final class BoolUtil {
.anyMatch(BooleanSupplier::getAsBoolean); .anyMatch(BooleanSupplier::getAsBoolean);
} }
/**
* Private constructor prevent from being initialised.
*/
private BoolUtil() {}
} }
+1 -1
View File
@@ -26,7 +26,7 @@ springVersion=6.1.3
springBootVersion=3.2.3 springBootVersion=3.2.3
buildGroupId=com.onixbyte buildGroupId=com.onixbyte
buildVersion=1.6.1 buildVersion=1.6.2
projectUrl=https://onixbyte.com/JDevKit projectUrl=https://onixbyte.com/JDevKit
projectGithubUrl=https://github.com/OnixByte/JDevKit projectGithubUrl=https://github.com/OnixByte/JDevKit
licenseName=The Apache License, Version 2.0 licenseName=The Apache License, Version 2.0