Skip to content

Commit b6b4dc4

Browse files
cpovirkcgdecker
authored andcommitted
Remove @Beta from Multimaps.toMultimap.
Fixes #3957 RELNOTES=`collect`: Removed `@Beta` from `Multimaps.toMultimap`. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=326049244
1 parent aa18c74 commit b6b4dc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guava/src/com/google/common/collect/Multimaps.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ private Multimaps() {}
104104
*
105105
* @since 21.0
106106
*/
107-
@Beta
108107
public static <T, K, V, M extends Multimap<K, V>> Collector<T, ?, M> toMultimap(
109108
java.util.function.Function<? super T, ? extends K> keyFunction,
110109
java.util.function.Function<? super T, ? extends V> valueFunction,

0 commit comments

Comments
 (0)