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-annotated-data-binder-core/src/main/java/com/mattbertolini/spring/web/bind/introspect/BindingProperty.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
/**
30
30
* An abstraction around a Java bean property that contains reflection information used by the data binder. This class
31
31
* is needed because the spring web framework need both the {@link MethodParameter} type and the {@link TypeDescriptor}
32
-
* type. This class contains both derived from the same Java {@link PropertyDescriptor}.
32
+
* type. This class contains both types derived from the same Java {@link PropertyDescriptor}.
0 commit comments