Skip to content

Commit

Permalink
Clean up warnings in Gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jan 29, 2025
1 parent b9e43d0 commit 53afe27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public void setMyTestBeans(MyTestBeans myTestBeans) {
}


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

@Override
Expand Down

0 comments on commit 53afe27

Please sign in to comment.