Polishing

This commit is contained in:
Juergen Hoeller
2019-12-09 15:54:40 +01:00
parent 5dbd3b0bbf
commit a368040fd6
2 changed files with 2 additions and 2 deletions

View File

@@ -988,7 +988,7 @@ public class ResolvableType implements Serializable {
* using the full generic type information for assignability checks.
* For example: {@code ResolvableType.forClass(MyArrayList.class)}.
* @param clazz the class to introspect ({@code null} is semantically
* equivalent to {@code Object.class} for typical use cases here}
* equivalent to {@code Object.class} for typical use cases here)
* @return a {@link ResolvableType} for the specified class
* @see #forClass(Class, Class)
* @see #forClassWithGenerics(Class, Class...)