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.31 by jsr166, Wed Aug 3 14:44:33 2011 UTC vs.
Revision 1.32 by jsr166, Tue Oct 25 18:46:37 2011 UTC

# Line 1123 | Line 1123 | public class LinkedBlockingDeque<E>
1123      }
1124  
1125      /**
1126 <     * Save the state of this deque to a stream (that is, serialize it).
1126 >     * Saves the state of this deque to a stream (that is, serializes it).
1127       *
1128       * @serialData The capacity (int), followed by elements (each an
1129       * {@code Object}) in the proper order, followed by a null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines