Skip to content

Commit 5667d45

Browse files
committed
Polish Javadoc
1 parent 85eb589 commit 5667d45

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
* @author Juergen Hoeller
@@ -64,7 +64,7 @@ public WebExchangeDataBinder(@Nullable Object target, String objectName) {
6464

6565

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

0 commit comments

Comments
 (0)