Polishing

This commit is contained in:
Juergen Hoeller
2014-11-29 20:49:21 +01:00
parent bfbd25a0e9
commit efb114d49a
3 changed files with 9 additions and 7 deletions

View File

@@ -141,7 +141,7 @@ public class TypeDescriptor implements Serializable {
* <p>Returns primitive types as-is.
* <p>See {@link #getObjectType()} for a variation of this operation that
* resolves primitive types to their corresponding Object types if necessary.
* @return the type, or {@code null}
* @return the type, or {@code null} if it cannot be determined
* @see #getObjectType()
*/
public Class<?> getType() {