Skip to content

Commit

Permalink
Merge branch '6.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jan 29, 2025
2 parents c9f12aa + 53afe27 commit 38bdf0c
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 38bdf0c

Please sign in to comment.