forgot to commit type descriptor

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1492 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-07-08 22:46:29 +00:00
parent ea3da1bcd6
commit 9ee9fa1cae
4 changed files with 41 additions and 8 deletions
@@ -191,7 +191,7 @@ public class TypeDescriptor<T> {
} else if (methodParameter != null) {
return methodParameter.getMethod().getAnnotations();
} else {
return null;
return new Annotation[0];
}
}