You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ public ConfigurationPropertyName chop(int size) {
248
248
249
249
/**
250
250
* Return a new {@link ConfigurationPropertyName} by based on this name offset by
251
-
* specific element index. For example, {@code chop(1)} on the name {@code foo.bar}
251
+
* specific element index. For example, {@code subName(1)} on the name {@code foo.bar}
0 commit comments