Skip to content

Commit

Permalink
Adjust Javadoc since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Oct 28, 2024
1 parent c150c1b commit ad68a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 LinkedHashSetValuedLinkedHashMap<K, V> extends AbstractSetValuedMap<K, V>
implements Serializable {
Expand Down

0 comments on commit ad68a1b

Please sign in to comment.