Skip to content

Commit 5efaa75

Browse files
committed
Fix javadoc
1 parent c5d22f9 commit 5efaa75

File tree

1 file changed

+1
-1
lines changed
  • spring-annotated-data-binder-core/src/main/java/com/mattbertolini/spring/web/bind/introspect

1 file changed

+1
-1
lines changed

spring-annotated-data-binder-core/src/main/java/com/mattbertolini/spring/web/bind/introspect/BindingProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* An abstraction around a Java bean property that contains reflection information used by the data binder. This class
3131
* 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}.
3333
*/
3434
public final class BindingProperty {
3535
private final TypeDescriptor typeDescriptor;

0 commit comments

Comments
 (0)