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/ConfigurationProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
* {@code @Bean} method in a {@code @Configuration} class if you want to bind and validate
30
30
* some external Properties (e.g. from a .properties file).
31
31
* <p>
32
-
* Binding can is either performed by calling setters on the annotated class or, if
32
+
* Binding is either performed by calling setters on the annotated class or, if
33
33
* {@link ConstructorBinding @ConstructorBinding} is in use, by binding to the constructor
0 commit comments