equal
deleted
inserted
replaced
28 * However, the following notice accompanied the original version of this |
28 * However, the following notice accompanied the original version of this |
29 * file: |
29 * file: |
30 * |
30 * |
31 * Written by Doug Lea with assistance from members of JCP JSR-166 |
31 * Written by Doug Lea with assistance from members of JCP JSR-166 |
32 * Expert Group and released to the public domain, as explained at |
32 * Expert Group and released to the public domain, as explained at |
33 * http://creativecommons.org/licenses/publicdomain |
33 * http://creativecommons.org/publicdomain/zero/1.0/ |
34 */ |
34 */ |
35 |
35 |
36 /** |
36 /** |
37 * Utility classes commonly useful in concurrent programming. This |
37 * Utility classes commonly useful in concurrent programming. This |
38 * package includes a few small standardized extensible frameworks, as |
38 * package includes a few small standardized extensible frameworks, as |