aboutsummaryrefslogtreecommitdiffstats
path: root/guava/src/com/google/common/base/Ticker.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/base/Ticker.java')
-rw-r--r--guava/src/com/google/common/base/Ticker.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/guava/src/com/google/common/base/Ticker.java b/guava/src/com/google/common/base/Ticker.java
index 6c34aef..e074cf1 100644
--- a/guava/src/com/google/common/base/Ticker.java
+++ b/guava/src/com/google/common/base/Ticker.java
@@ -20,11 +20,8 @@ import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
/**
- * A time source; returns a time value representing the number of nanoseconds elapsed since some
- * fixed but arbitrary point in time. Note that most users should use {@link Stopwatch} instead of
- * interacting with this class directly.
- *
- * <p><b>Warning:</b> this interface can only be used to measure elapsed time, not wall time.
+ * A time source; returns a time value representing the number of nanoseconds
+ * elapsed since some fixed but arbitrary point in time.
*
* @author Kevin Bourrillion
* @since 10.0