Skip to content

Commit

Permalink
Remove @Beta from Multimaps.toMultimap.
Browse files Browse the repository at this point in the history
Fixes #3957

RELNOTES=`collect`: Removed `@Beta` from `Multimaps.toMultimap`.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=326049244
  • Loading branch information
cpovirk authored and cgdecker committed Aug 12, 2020
1 parent aa18c74 commit b6b4dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guava/src/com/google/common/collect/Multimaps.java
Expand Up @@ -104,7 +104,6 @@ private Multimaps() {}
*
* @since 21.0
*/
@Beta
public static <T, K, V, M extends Multimap<K, V>> Collector<T, ?, M> toMultimap(
java.util.function.Function<? super T, ? extends K> keyFunction,
java.util.function.Function<? super T, ? extends V> valueFunction,
Expand Down

0 comments on commit b6b4dc4

Please sign in to comment.