ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ConcurrentHashMapTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ConcurrentHashMapTest.java (file contents):
Revision 1.65 by jsr166, Wed Jan 27 01:57:24 2021 UTC vs.
Revision 1.66 by jsr166, Wed Jan 27 02:55:18 2021 UTC

# Line 285 | Line 285 | public class ConcurrentHashMapTest exten
285       * get returns the correct element at the given key,
286       * or null if not present
287       */
288 +    @SuppressWarnings("CollectionIncompatibleType")
289      public void testGet() {
290          ConcurrentHashMap<Item,String> map = map5();
291          mustEqual("A", map.get(one));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines