[SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1852 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Rob Harrop
2009-09-08 21:37:02 +00:00
parent 54f08aeb88
commit b98d52b16b
10 changed files with 177 additions and 11 deletions
@@ -225,7 +225,6 @@ public class GenericBean<T> {
this.customEnum = customEnum;
}
public static GenericBean createInstance(Set<Integer> integerSet) {
return new GenericBean(integerSet);
}