Skip to content

Commit

Permalink
revert temp change so it can pass
Browse files Browse the repository at this point in the history
  • Loading branch information
theron-wang committed Aug 5, 2024
1 parent 58beb6d commit 1314c45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import com.example.WrappedSet;

public class Simply<K, V> {
public class Simple<K, V> {
Collection<V> bar(K key, Collection<V> collection) {
return new WrappedSet(key, (Set<V>) collection);
}
Expand Down

0 comments on commit 1314c45

Please sign in to comment.