Skip to content

Commit 53afe27

Browse files
committed
Clean up warnings in Gradle build
See gh-34332
1 parent b9e43d0 commit 53afe27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/IndexedTestBean.java

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public void setMyTestBeans(MyTestBeans myTestBeans) {
181181
}
182182

183183

184+
@SuppressWarnings("serial")
184185
public static class IterableMap<K,V> extends LinkedHashMap<K,V> implements Iterable<V> {
185186

186187
@Override

0 commit comments

Comments
 (0)