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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentLinkedDeque.java (file contents):
Revision 1.20 by jsr166, Tue Oct 12 05:30:34 2010 UTC vs.
Revision 1.21 by jsr166, Sat Oct 16 16:48:01 2010 UTC

# Line 917 | Line 917 | public class ConcurrentLinkedDeque<E>
917      /**
918       * @throws NoSuchElementException {@inheritDoc}
919       */
920 <    public E getLast()  {
920 >    public E getLast() {
921          return screenNullResult(peekLast());
922      }
923  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines