Clean up warnings in Gradle build

See gh-34332
This commit is contained in:
Sam Brannen
2025-01-29 17:52:27 +01:00
parent b9e43d05bd
commit 53afe27109

View File

@@ -181,6 +181,7 @@ public class IndexedTestBean {
}
@SuppressWarnings("serial")
public static class IterableMap<K,V> extends LinkedHashMap<K,V> implements Iterable<V> {
@Override