Skip to content

Commit a368040

Browse files
committed
Polishing
1 parent 5dbd3b0 commit a368040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ configure(allprojects) { project ->
184184
"https://tiles.apache.org/tiles-request/apidocs/",
185185
"https://tiles.apache.org/framework/apidocs/",
186186
"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/",
188188
"https://www.quartz-scheduler.org/api/2.3.0/",
189189
"https://fasterxml.github.io/jackson-core/javadoc/2.9/",
190190
"https://fasterxml.github.io/jackson-databind/javadoc/2.9/",

spring-core/src/main/java/org/springframework/core/ResolvableType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ public String toString() {
988988
* using the full generic type information for assignability checks.
989989
* For example: {@code ResolvableType.forClass(MyArrayList.class)}.
990990
* @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)
992992
* @return a {@link ResolvableType} for the specified class
993993
* @see #forClass(Class, Class)
994994
* @see #forClassWithGenerics(Class, Class...)

0 commit comments

Comments
 (0)