Polishing

This commit is contained in:
Juergen Hoeller
2019-12-09 15:51:21 +01:00
parent 14ecc0357e
commit c526fc2a5f
2 changed files with 4 additions and 4 deletions

View File

@@ -958,7 +958,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...)