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

Comparing jsr166/src/test/tck/NonNestmates.java (file contents):
Revision 1.1 by jsr166, Wed Sep 20 00:41:13 2017 UTC vs.
Revision 1.3 by jsr166, Sat Oct 21 06:49:52 2017 UTC

# Line 8 | Line 8
8  
9   import static org.junit.Assert.assertEquals;
10   import static org.junit.Assert.assertNotNull;
11 import static org.junit.Assert.assertNull;
11   import static org.junit.Assert.assertSame;
12   import static org.junit.Assert.assertTrue;
13  
# Line 17 | Line 16 | import java.util.concurrent.atomic.Atomi
16   import java.util.concurrent.atomic.AtomicReferenceFieldUpdater;
17  
18   /**
19 < * This helper class and its subclasses are deliberately not contained
20 < * textually in the test source files that use them, to avoid making
21 < * them nestmates, which affects access rules (see JEP 181).
19 > * This source file contains test code deliberately not contained in
20 > * the same source file as the tests that use them, to avoid making
21 > * them nestmates, which affects accessibility rules (see JEP 181).
22   */
23   class NonNestmates {
24  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines