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

Comparing jsr166/src/main/java/util/concurrent/Lock.java (file contents):
Revision 1.2 by dl, Tue May 27 18:14:40 2003 UTC vs.
Revision 1.3 by dholmes, Mon Jun 9 23:51:33 2003 UTC

# Line 57 | Line 57 | package java.util.concurrent;
57   * attempt to acquire a lock ({@link #tryLock()}), an attempt to acquire the
58   * lock that can be interrupted ({@link #lockInterruptibly}, and an attempt
59   * to acquire the lock that can timeout ({@link #tryLock(long, TimeUnit)}).
60 < * This additionally functionality is also extended to built-in monitor
60 > * This additional functionality is also extended to built-in monitor
61   * locks through the methods of the {@link Locks} utility class.
62   *
63   * <p>A <tt>Lock</tt> class can also provide behavior and semantics that is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines