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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java (file contents):
Revision 1.72 by jsr166, Mon Jan 28 17:47:08 2013 UTC vs.
Revision 1.73 by jsr166, Tue Feb 5 19:54:06 2013 UTC

# Line 333 | Line 333 | public class LinkedBlockingQueue<E> exte
333       * necessary up to the specified wait time for space to become available.
334       *
335       * @return {@code true} if successful, or {@code false} if
336 <     *         the specified waiting time elapses before space is available.
336 >     *         the specified waiting time elapses before space is available
337       * @throws InterruptedException {@inheritDoc}
338       * @throws NullPointerException {@inheritDoc}
339       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines