Skip to content

Commit 08663d4

Browse files
committed
Polish Javadoc
1 parent 30b5a7b commit 08663d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-web/src/main/java/org/springframework/web/bind/support/WebExchangeDataBinder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -34,7 +34,7 @@
3434

3535
/**
3636
* Specialized {@link org.springframework.validation.DataBinder} to perform data
37-
* binding from URL query params or form data in the request data to Java objects.
37+
* binding from URL query parameters or form data in the request data to Java objects.
3838
*
3939
* @author Rossen Stoyanchev
4040
* @since 5.0
@@ -63,7 +63,7 @@ public WebExchangeDataBinder(@Nullable Object target, String objectName) {
6363

6464

6565
/**
66-
* Bind query params, form data, and or multipart form data to the binder target.
66+
* Bind query parameters, form data, or multipart form data to the binder target.
6767
* @param exchange the current exchange
6868
* @return a {@code Mono<Void>} when binding is complete
6969
*/

0 commit comments

Comments
 (0)