Polishing

(cherry picked from commit 46fc7fb)
This commit is contained in:
Juergen Hoeller
2017-01-16 23:08:44 +01:00
parent d1c0ea7d74
commit f79baec5ff
2 changed files with 12 additions and 2 deletions

View File

@@ -3543,6 +3543,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
}
@SuppressWarnings("serial")
public static class CustomHashMap<K, V> extends LinkedHashMap<K, V> implements CustomMap<K, V> {
}
@@ -3551,6 +3552,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
}
@SuppressWarnings("serial")
public static class CustomHashSet<E> extends LinkedHashSet<E> implements CustomSet<E> {
}