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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingDeque.java (file contents):
Revision 1.57 by jsr166, Tue May 26 20:20:31 2015 UTC vs.
Revision 1.58 by jsr166, Sun Sep 20 17:03:22 2015 UTC

# Line 984 | Line 984 | public class LinkedBlockingDeque<E>
984      }
985  
986      /**
987 <     * Base class for Iterators for LinkedBlockingDeque
987 >     * Base class for LinkedBlockingDeque iterators.
988       */
989      private abstract class AbstractItr implements Iterator<E> {
990          /**
991 <         * The next node to return in next()
991 >         * The next node to return in next().
992           */
993          Node<E> next;
994  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines