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.
2 parents b030dd1 + 6002301 commit 10583b0Copy full SHA for 10583b0
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