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

Comparing jsr166/src/main/java/util/concurrent/DelayQueue.java (file contents):
Revision 1.62 by jsr166, Fri Jan 18 04:23:28 2013 UTC vs.
Revision 1.63 by jsr166, Tue Feb 5 19:54:06 2013 UTC

# Line 263 | Line 263 | public class DelayQueue<E extends Delaye
263       * if one exists.
264       *
265       * @return the head of this queue, or {@code null} if this
266 <     *         queue is empty.
266 >     *         queue is empty
267       */
268      public E peek() {
269          final ReentrantLock lock = this.lock;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines