Skip to content

Commit

Permalink
javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Aug 28, 2016
1 parent e8e39a6 commit 0c3b9eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
* can apply following code to determine the exact variant-dependent range: </p>
*
* <pre>
* CalendarSystem<HijriCalendar> calsys =
* CalendarSystem&lt;HijriCalendar&gt; calsys =
* HijriCalendar.family().getCalendarSystem(HijriCalendar.VARIANT_UMALQURA);
* long min = calsys.getMinimumSinceUTC(); // -32556
* long max = calsys.getMaximumSinceUTC(); // 38671
Expand Down Expand Up @@ -199,7 +199,7 @@
* Wertbereich zu bestimmen: </p>
*
* <pre>
* CalendarSystem<HijriCalendar> calsys =
* CalendarSystem&lt;HijriCalendar&gt; calsys =
* HijriCalendar.family().getCalendarSystem(HijriCalendar.VARIANT_UMALQURA);
* long min = calsys.getMinimumSinceUTC(); // -32556
* long max = calsys.getMaximumSinceUTC(); // 38671
Expand Down

0 comments on commit 0c3b9eb

Please sign in to comment.