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.22 by dl, Thu Dec 30 13:04:46 2004 UTC vs.
Revision 1.23 by peierls, Thu Dec 30 16:19:15 2004 UTC

# Line 12 | Line 12 | package java.util.concurrent;
12    * and to perform timing and delay operations in these units.  A
13    * <tt>TimeUnit</tt> does not maintain time information, but only
14    * helps organize and use time representations that may be maintained
15 <  * separately across various contexts.  A nanosecond is defined as
16 <  * one-billionth of a second, a microsecond is one-millionth of a
17 <  * second, a millisecond is one-thousandth of a second, a minute is
18 <  * sixty seconds, an hour is sixty minutes, and a day is twenty four
15 >  * separately across various contexts.  A nanosecond is defined as one
16 >  * thousandth of a microsecond, a microsecond as one thousandth of a
17 >  * millisecond, a millisecond as one thousandth of a second, a minute
18 >  * as sixty seconds, an hour as sixty minutes, and a day as twenty four
19    * hours.
20    *
21    * <p>A <tt>TimeUnit</tt> is mainly used to inform time-based methods

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines