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.70 by jsr166, Sat Feb 28 22:57:37 2015 UTC vs.
Revision 1.71 by jsr166, Sun Sep 20 17:03:22 2015 UTC

# Line 466 | Line 466 | public class DelayQueue<E extends Delaye
466      }
467  
468      /**
469 <     * Identity-based version for use in Itr.remove
469 >     * Identity-based version for use in Itr.remove.
470       */
471      void removeEQ(Object o) {
472          final ReentrantLock lock = this.lock;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines