Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
Yanming Zhou
2025-01-22 04:24:33 +08:00
committed by Ryan Baxter
parent bdb1e606f8
commit 6002301d1b

View File

@@ -42,7 +42,7 @@ public abstract class PropertyUtils {
public static final boolean MARKER_CLASS_EXISTS = ClassUtils.isPresent(MARKER_CLASS, null);
private PropertyUtils() {
throw new UnsupportedOperationException("unable to instatiate utils class");
throw new UnsupportedOperationException("unable to instantiate utils class");
}
public static boolean bootstrapEnabled(Environment environment) {