File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-core/src/main/java/org/springframework/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ configure(allprojects) { project ->
184
184
" https://tiles.apache.org/tiles-request/apidocs/" ,
185
185
" https://tiles.apache.org/framework/apidocs/" ,
186
186
" https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
187
- " https://www.ehcache.org/apidocs/2.10.4" ,
187
+ " https://www.ehcache.org/apidocs/2.10.4/ " ,
188
188
" https://www.quartz-scheduler.org/api/2.3.0/" ,
189
189
" https://fasterxml.github.io/jackson-core/javadoc/2.9/" ,
190
190
" https://fasterxml.github.io/jackson-databind/javadoc/2.9/" ,
Original file line number Diff line number Diff line change @@ -988,7 +988,7 @@ public String toString() {
988
988
* using the full generic type information for assignability checks.
989
989
* For example: {@code ResolvableType.forClass(MyArrayList.class)}.
990
990
* @param clazz the class to introspect ({@code null} is semantically
991
- * equivalent to {@code Object.class} for typical use cases here}
991
+ * equivalent to {@code Object.class} for typical use cases here)
992
992
* @return a {@link ResolvableType} for the specified class
993
993
* @see #forClass(Class, Class)
994
994
* @see #forClassWithGenerics(Class, Class...)
You can’t perform that action at this time.
0 commit comments