ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collections/CheckedIdentityMap.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collections/CheckedIdentityMap.java (file contents):
Revision 1.3 by jsr166, Tue Sep 15 05:31:14 2015 UTC vs.
Revision 1.4 by jsr166, Mon Jan 8 03:12:03 2018 UTC

# Line 28 | Line 28
28   * @summary Checked collections with underlying maps with identity comparisons
29   */
30  
31 < import java.util.*;
32 < import static java.util.Collections.*;
31 > import org.testng.annotations.Test;
32 >
33 > import java.util.IdentityHashMap;
34 > import java.util.Map;
35  
36 + import static java.util.Collections.checkedMap;
37   import static org.testng.Assert.assertEquals;
38   import static org.testng.Assert.assertNotEquals;
39  
37 import org.testng.annotations.Test;
38
40   public class CheckedIdentityMap {
41  
42      @Test

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines