Skip to content

Commit

Permalink
Javadoc: Match since tag to expected version
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 20, 2024
1 parent 98f607c commit b5f662e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*
* @param <K> the type of the keys in this map
* @param <V> the type of the values in this map
* @since 4.5
* @since 4.5.0-M3
*/
public class ArrayListValuedLinkedHashMap<K, V> extends AbstractListValuedMap<K, V>
implements Serializable {
Expand Down

0 comments on commit b5f662e

Please sign in to comment.