We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1cbf8 commit f4e078aCopy full SHA for f4e078a
spring-cloud-context/src/main/java/org/springframework/cloud/util/PropertyUtils.java
@@ -42,7 +42,7 @@ public abstract class PropertyUtils {
42
public static final boolean MARKER_CLASS_EXISTS = ClassUtils.isPresent(MARKER_CLASS, null);
43
44
private PropertyUtils() {
45
- throw new UnsupportedOperationException("unable to instatiate utils class");
+ throw new UnsupportedOperationException("unable to instantiate utils class");
46
}
47
48
public static boolean bootstrapEnabled(Environment environment) {
0 commit comments