ThreeTen / threeten

This project was the home of code used to develop a modern date and time library for JDK8. Development has moved to OpenJDK and a separate backport project, threetenbp.
http://threeten.github.io/
191 stars 37 forks source link

Typo in documentation #348

Closed cowwoc closed 10 years ago

cowwoc commented 10 years ago

The Javadoc for Clock reads:

"This abstract class must be implemented with care to ensure other operate correctly"

It's not clear what "other" refers to here. It sounds as if the sentence is missing a word and should read "[...] to ensure other X operate correctly" but I am not sure what X should be.

Please revise this documentation and other Javadoc files if the same sentence is used in multiple locations.

RogerRiggs commented 10 years ago

Tracking this bug in JBS as https://bugs.openjdk.java.net/browse/JDK-8032749.