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

Comparing jsr166/src/main/java/util/concurrent/TimeUnit.java (file contents):
Revision 1.24 by peierls, Thu Dec 30 17:57:38 2004 UTC vs.
Revision 1.25 by dl, Sun Mar 6 12:06:21 2005 UTC

# Line 241 | Line 241 | public enum TimeUnit {
241        * Utility to compute the excess-nanosecond argument to wait,
242        * sleep, join.
243        * @param d the duration
244 <      * @param m the number of millisecondss
244 >      * @param m the number of milliseconds
245        * @return the number of nanoseconds
246        */
247       abstract int excessNanos(long d, long m);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines