jdk/src/share/classes/java/time/Clock.java
changeset 22654 da81e0be094a
parent 17474 8c100beabcc0
--- a/jdk/src/share/classes/java/time/Clock.java	Wed Feb 05 10:59:53 2014 -0500
+++ b/jdk/src/share/classes/java/time/Clock.java	Wed Feb 05 10:59:55 2014 -0500
@@ -104,7 +104,7 @@
  * resolution clock if one is available.
  *
  * @implSpec
- * This abstract class must be implemented with care to ensure other operate correctly.
+ * This abstract class must be implemented with care to ensure other classes operate correctly.
  * All implementations that can be instantiated must be final, immutable and thread-safe.
  * <p>
  * The principal methods are defined to allow the throwing of an exception.