Skip to content

Commit

Permalink
Remove unused SuppressWarnings.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 458475675
Change-Id: Ia6c7485bc21df39a48cef0a4bd8172687f23cb3b
  • Loading branch information
katre authored and Copybara-Service committed Jul 1, 2022
1 parent 266edc3 commit ccebb62
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public Builder<K, V> putAll(K key, Collection<? extends V> values) {
return this;
}

@SuppressWarnings("unchecked")
public Builder<K, V> putAll(K key, V... values) {
return putAll(Preconditions.checkNotNull(key), Arrays.asList(values));
}
Expand Down

0 comments on commit ccebb62

Please sign in to comment.