8062513: doclint warnings in HijrahChronology
Summary: Use proper markup for < >
Reviewed-by: darcy, alanb
--- a/jdk/src/java.base/share/classes/java/time/chrono/HijrahChronology.java Thu Oct 30 00:23:26 2014 +0300
+++ b/jdk/src/java.base/share/classes/java/time/chrono/HijrahChronology.java Thu Oct 30 09:13:27 2014 -0400
@@ -146,7 +146,8 @@
* property resource that defines the {@code ID}, the {@code calendar type},
* the start of the calendar, the alignment with the
* ISO calendar, and the length of each month for a range of years.
- * The variants are loaded by HijrahChronology as a resource from hijrah-config-<calendar-type>.properties.
+ * The variants are loaded by HijrahChronology as a resource from
+ * hijrah-config-<calendar type>.properties.
* <p>
* The Hijrah property resource is a set of properties that describe the calendar.
* The syntax is defined by {@code java.util.Properties#load(Reader)}.