Polishing

This commit is contained in:
Juergen Hoeller
2015-12-03 18:41:03 +01:00
parent 08ff3a85bf
commit 08b6daf1eb
2 changed files with 18 additions and 16 deletions

View File

@@ -1368,7 +1368,7 @@ public class ResolvableType implements Serializable {
/**
* Resolve the specified variable.
* @param variable the variable to resolve
* @return the resolved variable or {@code null}
* @return the resolved variable, or {@code null} if not found
*/
ResolvableType resolveVariable(TypeVariable<?> variable);
}