ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/SynchronousQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/SynchronousQueue.java (file contents):
Revision 1.74 by dl, Wed Feb 23 15:57:48 2011 UTC vs.
Revision 1.75 by jsr166, Tue Mar 15 19:47:03 2011 UTC

# Line 2 | Line 2
2   * Written by Doug Lea, Bill Scherer, and Michael Scott with
3   * assistance from members of JCP JSR-166 Expert Group and released to
4   * the public domain, as explained at
5 < * http://creativecommons.org/licenses/publicdomain
5 > * http://creativecommons.org/publicdomain/zero/1.0/
6   */
7  
8   package java.util.concurrent;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines