Skip to content

Commit 10583b0

Browse files
committed
Merge branch '4.1.x' into 4.2.x
2 parents b030dd1 + 6002301 commit 10583b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-context/src/main/java/org/springframework/cloud/util/PropertyUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public abstract class PropertyUtils {
4242
public static final boolean MARKER_CLASS_EXISTS = ClassUtils.isPresent(MARKER_CLASS, null);
4343

4444
private PropertyUtils() {
45-
throw new UnsupportedOperationException("unable to instatiate utils class");
45+
throw new UnsupportedOperationException("unable to instantiate utils class");
4646
}
4747

4848
public static boolean bootstrapEnabled(Environment environment) {

0 commit comments

Comments
 (0)