We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39c421 commit d495902Copy full SHA for d495902
spring-core/src/main/java/org/springframework/core/ResolvableType.java
@@ -994,7 +994,7 @@ public static ResolvableType forClass(@Nullable Class<?> clazz) {
994
* {@link Class#isAssignableFrom}, which this serves as a wrapper for.
995
* For example: {@code ResolvableType.forRawClass(List.class)}.
996
* @param clazz the class to introspect ({@code null} is semantically
997
- * equivalent to {@code Object.class} for typical use cases here}
+ * equivalent to {@code Object.class} for typical use cases here)
998
* @return a {@link ResolvableType} for the specified class
999
* @since 4.2
1000
* @see #forClass(Class)
0 commit comments