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.141 by jsr166, Sun Nov 11 16:27:28 2018 UTC vs.
Revision 1.142 by jsr166, Thu Oct 17 01:51:38 2019 UTC

# Line 144 | Line 144 | public class PriorityBlockingQueue<E> ex
144      /**
145       * Condition for blocking when empty.
146       */
147 +    @SuppressWarnings("serial") // Classes implementing Condition may be serializable.
148      private final Condition notEmpty = lock.newCondition();
149  
150      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines