equal
deleted
inserted
replaced
29 * file: |
29 * file: |
30 * |
30 * |
31 * Written by Doug Lea, Bill Scherer, and Michael Scott with |
31 * Written by Doug Lea, Bill Scherer, and Michael Scott with |
32 * assistance from members of JCP JSR-166 Expert Group and released to |
32 * assistance from members of JCP JSR-166 Expert Group and released to |
33 * the public domain, as explained at |
33 * the public domain, as explained at |
34 * http://creativecommons.org/licenses/publicdomain |
34 * http://creativecommons.org/publicdomain/zero/1.0/ |
35 */ |
35 */ |
36 |
36 |
37 package java.util.concurrent; |
37 package java.util.concurrent; |
38 import java.util.concurrent.locks.*; |
38 import java.util.concurrent.locks.*; |
39 import java.util.concurrent.atomic.*; |
39 import java.util.concurrent.atomic.*; |