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

Fix coding conventions of default methods #302

Closed jodastephen closed 11 years ago

jodastephen commented 11 years ago

Default methods in interfaces have been assigned the coding convention of no "public"modifier. I may disagree with that decision, but we need to change our code to match.

RogerRiggs commented 11 years ago

Please confirm that public is removed from the static method declarations in interface also? The public qualifier is not used anywhere.

RogerRiggs commented 11 years ago

Confirmed that "public" modifier should not be used in interfaces. Resolved by http://hg.openjdk.java.net/threeten/threeten/jdk/rev/71b630833339