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

Comparing jsr166/src/jsr166e/SequenceLock.java (file contents):
Revision 1.13 by jsr166, Mon Aug 1 12:41:16 2011 UTC vs.
Revision 1.14 by jsr166, Sat Sep 10 01:44:53 2011 UTC

# Line 306 | Line 306 | public class SequenceLock implements Loc
306       * @param timeout the time to wait for availability
307       * @param unit the time unit of the timeout argument
308       * @return the current sequence number if the lock is available
309 <     *         upon return from this method.
309 >     *         upon return from this method
310       * @throws InterruptedException if the current thread is interrupted
311       * @throws TimeoutException if the lock was not available within
312 <     * the specified waiting time.
312 >     * the specified waiting time
313       * @throws NullPointerException if the time unit is null
314       */
315      public long tryAwaitAvailability(long timeout, TimeUnit unit)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines