8062513: doclint warnings in HijrahChronology
authorrriggs
Thu, 30 Oct 2014 09:13:27 -0400
changeset 27298 ab3f172863c2
parent 27297 f37659460080
child 27299 9055eec8eef6
8062513: doclint warnings in HijrahChronology Summary: Use proper markup for < > Reviewed-by: darcy, alanb
jdk/src/java.base/share/classes/java/time/chrono/HijrahChronology.java
--- 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-&lt;calendar type&gt;.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)}.