aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/util/testclock.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/util/testclock.h b/staging_vespalib/src/vespa/vespalib/util/testclock.h
index 54e9f1efb6a..9446ff32cb2 100644
--- a/staging_vespalib/src/vespa/vespalib/util/testclock.h
+++ b/staging_vespalib/src/vespa/vespalib/util/testclock.h
@@ -8,9 +8,7 @@ namespace vespalib {
class InvokeServiceImpl;
/**
- * Clock is a clock that updates the time at defined intervals.
- * It is intended used where you want to check the time with low cost, but where
- * resolution is not that important.
+ * Self contained clock useable for testing that provides a backing for the vespalib::Clock interface.
*/
class TestClock