Skip to content

Commit 0c3b9eb

Browse files
committed
javadoc fix
1 parent e8e39a6 commit 0c3b9eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

time4j-android/src/main/java/net/time4j/calendar/HijriCalendar.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
* can apply following code to determine the exact variant-dependent range: </p>
123123
*
124124
* <pre>
125-
* CalendarSystem<HijriCalendar> calsys =
125+
* CalendarSystem&lt;HijriCalendar&gt; calsys =
126126
* HijriCalendar.family().getCalendarSystem(HijriCalendar.VARIANT_UMALQURA);
127127
* long min = calsys.getMinimumSinceUTC(); // -32556
128128
* long max = calsys.getMaximumSinceUTC(); // 38671
@@ -199,7 +199,7 @@
199199
* Wertbereich zu bestimmen: </p>
200200
*
201201
* <pre>
202-
* CalendarSystem<HijriCalendar> calsys =
202+
* CalendarSystem&lt;HijriCalendar&gt; calsys =
203203
* HijriCalendar.family().getCalendarSystem(HijriCalendar.VARIANT_UMALQURA);
204204
* long min = calsys.getMinimumSinceUTC(); // -32556
205205
* long max = calsys.getMaximumSinceUTC(); // 38671

0 commit comments

Comments
 (0)