ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/extra/SequenceLock.java
(Generate patch)

Comparing jsr166/src/jsr166e/extra/SequenceLock.java (file contents):
Revision 1.3 by jsr166, Sun Nov 18 18:03:10 2012 UTC vs.
Revision 1.5 by jsr166, Sun Jul 21 06:20:22 2013 UTC

# Line 109 | Line 109 | public class SequenceLock implements Loc
109      private static final long serialVersionUID = 7373984872572414699L;
110  
111      static final class Sync extends AbstractQueuedLongSynchronizer {
112 <        static final long serialVersionUID = 2540673546047039555L;
112 >        private static final long serialVersionUID = 2540673546047039555L;
113  
114          /**
115           * The number of times to spin in lock() and awaitAvailability().
# Line 508 | Line 508 | public class SequenceLock implements Loc
508       * Throws UnsupportedOperationException. SequenceLocks
509       * do not support Condition objects.
510       *
511 <     * @throws UnsupportedOperationException
511 >     * @throws UnsupportedOperationException always
512       */
513      public Condition newCondition() {
514          throw new UnsupportedOperationException();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines