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

Comparing jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.42 by jsr166, Tue May 17 17:56:25 2005 UTC vs.
Revision 1.43 by jsr166, Wed May 18 01:41:16 2005 UTC

# Line 344 | Line 344 | public class PriorityBlockingQueue<E> ex
344       * <p>The returned array will be "safe" in that no references to it are
345       * maintained by this queue.  (In other words, this method must allocate
346       * a new array).  The caller is thus free to modify the returned array.
347 <     *
347 >     *
348       * <p>This method acts as bridge between array-based and collection-based
349       * APIs.
350       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines