提交 a292539a 编写于 作者: S Stephane Nicoll

Merge pull request #1370 from ameyjadiye:fix-typo

* pr/1370:
  Polish javadoc
...@@ -755,7 +755,7 @@ public interface JdbcOperations { ...@@ -755,7 +755,7 @@ public interface JdbcOperations {
* list of arguments to bind to the query, expecting a SqlRowSet. * list of arguments to bind to the query, expecting a SqlRowSet.
* <p>The results will be mapped to an SqlRowSet which holds the data in a * <p>The results will be mapped to an SqlRowSet which holds the data in a
* disconnected fashion. This wrapper will translate any SQLExceptions thrown. * disconnected fashion. This wrapper will translate any SQLExceptions thrown.
* <p>Note that that, for the default implementation, JDBC RowSet support needs to * <p>Note that, for the default implementation, JDBC RowSet support needs to
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl} * be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
* class is used, which is part of JDK 1.5+ and also available separately as part of * class is used, which is part of JDK 1.5+ and also available separately as part of
* Sun's JDBC RowSet Implementations download (rowset.jar). * Sun's JDBC RowSet Implementations download (rowset.jar).
...@@ -778,7 +778,7 @@ public interface JdbcOperations { ...@@ -778,7 +778,7 @@ public interface JdbcOperations {
* list of arguments to bind to the query, expecting a SqlRowSet. * list of arguments to bind to the query, expecting a SqlRowSet.
* <p>The results will be mapped to an SqlRowSet which holds the data in a * <p>The results will be mapped to an SqlRowSet which holds the data in a
* disconnected fashion. This wrapper will translate any SQLExceptions thrown. * disconnected fashion. This wrapper will translate any SQLExceptions thrown.
* <p>Note that that, for the default implementation, JDBC RowSet support needs to * <p>Note that, for the default implementation, JDBC RowSet support needs to
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl} * be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
* class is used, which is part of JDK 1.5+ and also available separately as part of * class is used, which is part of JDK 1.5+ and also available separately as part of
* Sun's JDBC RowSet Implementations download (rowset.jar). * Sun's JDBC RowSet Implementations download (rowset.jar).
......
...@@ -396,7 +396,7 @@ public interface NamedParameterJdbcOperations { ...@@ -396,7 +396,7 @@ public interface NamedParameterJdbcOperations {
* list of arguments to bind to the query, expecting a SqlRowSet. * list of arguments to bind to the query, expecting a SqlRowSet.
* <p>The results will be mapped to an SqlRowSet which holds the data in a * <p>The results will be mapped to an SqlRowSet which holds the data in a
* disconnected fashion. This wrapper will translate any SQLExceptions thrown. * disconnected fashion. This wrapper will translate any SQLExceptions thrown.
* <p>Note that that, for the default implementation, JDBC RowSet support needs to * <p>Note that, for the default implementation, JDBC RowSet support needs to
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl} * be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
* class is used, which is part of JDK 1.5+ and also available separately as part of * class is used, which is part of JDK 1.5+ and also available separately as part of
* Sun's JDBC RowSet Implementations download (rowset.jar). * Sun's JDBC RowSet Implementations download (rowset.jar).
...@@ -416,7 +416,7 @@ public interface NamedParameterJdbcOperations { ...@@ -416,7 +416,7 @@ public interface NamedParameterJdbcOperations {
* list of arguments to bind to the query, expecting a SqlRowSet. * list of arguments to bind to the query, expecting a SqlRowSet.
* <p>The results will be mapped to an SqlRowSet which holds the data in a * <p>The results will be mapped to an SqlRowSet which holds the data in a
* disconnected fashion. This wrapper will translate any SQLExceptions thrown. * disconnected fashion. This wrapper will translate any SQLExceptions thrown.
* <p>Note that that, for the default implementation, JDBC RowSet support needs to * <p>Note that, for the default implementation, JDBC RowSet support needs to
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl} * be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
* class is used, which is part of JDK 1.5+ and also available separately as part of * class is used, which is part of JDK 1.5+ and also available separately as part of
* Sun's JDBC RowSet Implementations download (rowset.jar). * Sun's JDBC RowSet Implementations download (rowset.jar).
......
...@@ -458,7 +458,7 @@ public interface WebTestClient { ...@@ -458,7 +458,7 @@ public interface WebTestClient {
/** /**
* Set the body of the request to the given {@code BodyInserter}. * Set the body of the request to the given {@code BodyInserter}.
* @param inserter the inserter * @param inserter the inserter
* @param <T> the body type, or the the element type (for a stream) * @param <T> the body type or the element type (for a stream)
* @return spec for decoding the response * @return spec for decoding the response
* @see org.springframework.web.reactive.function.BodyInserters * @see org.springframework.web.reactive.function.BodyInserters
*/ */
......
...@@ -53,7 +53,7 @@ public abstract class HandlerMethodArgumentResolverSupport implements HandlerMet ...@@ -53,7 +53,7 @@ public abstract class HandlerMethodArgumentResolverSupport implements HandlerMet
/** /**
* Evaluate the {@code Predicate} on the the method parameter type or on * Evaluate the {@code Predicate} on the method parameter type or on
* the generic type within a reactive type wrapper. * the generic type within a reactive type wrapper.
*/ */
protected boolean checkParameterType(MethodParameter parameter, Predicate<Class<?>> predicate) { protected boolean checkParameterType(MethodParameter parameter, Predicate<Class<?>> predicate) {
......
...@@ -175,7 +175,7 @@ public class RequestContext { ...@@ -175,7 +175,7 @@ public class RequestContext {
} }
/** /**
* Return the context path of the the current web application. This is * Return the context path of the current web application. This is
* useful for building links to other resources within the application. * useful for building links to other resources within the application.
* <p>Delegates to {@link ServerHttpRequest#getContextPath()}. * <p>Delegates to {@link ServerHttpRequest#getContextPath()}.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册