diff -r 8e486b70dff8 -r e91d5b1cb8e6 jdk/src/share/classes/java/time/chrono/MinguoChronology.java
--- a/jdk/src/share/classes/java/time/chrono/MinguoChronology.java Wed Oct 16 17:55:49 2013 -0400
+++ b/jdk/src/share/classes/java/time/chrono/MinguoChronology.java Thu Oct 17 10:37:23 2013 -0400
@@ -85,7 +85,7 @@
* Dates are aligned such that {@code 0001-01-01 (Minguo)} is {@code 1912-01-01 (ISO)}.
*
* The fields are defined as follows:
- *
+ *
* - era - There are two eras, the current 'Republic' (ERA_ROC) and the previous era (ERA_BEFORE_ROC).
*
- year-of-era - The year-of-era for the current era increases uniformly from the epoch at year one.
* For the previous era the year increases from one as time goes backwards.
@@ -98,7 +98,7 @@
*
- day-of-year - The Minguo day-of-year exactly matches ISO.
*
- leap-year - The Minguo leap-year pattern exactly matches ISO, such that the two calendars
* are never out of step.
- *
+ *
*
* @implSpec
* This class is immutable and thread-safe.