@@ -582,7 +582,7 @@ private static int getJewishMonthOfYear(int year, int month) {
582582 * if a Jewish date earlier than 18 Teves, 3761 (1/1/1 Gregorian), a month < 1 or > 12 (or 13 on a leap year),
583583 * the day of month is < 1 or > 30, an hour < 0 or > 23, a minute < 0 or > 59 or <em>chalakim</em>
584584 * < 0 or > 17. For larger a larger number of <em>chalakim</em> such as 793 (<em>TaShTzaG</em>) break the
585- * </ em>chalakim</em> into minutes (18 <em>chalakim</em> per minutes, so it would be 44 minutes and 1 <em>chelek</em>
585+ * <em>chalakim</em> into minutes (18 <em>chalakim</em> per minutes, so it would be 44 minutes and 1 <em>chelek</em>
586586 * in the case of 793 (<em>TaShTzaG</em>).
587587 */
588588 private static void validateJewishDate (int year , int month , int dayOfMonth , int hours , int minutes , int chalakim ) {
@@ -834,8 +834,8 @@ private void absDateToJewishDate() {
834834 * @param year
835835 * the Jewish year. The year can't be negative
836836 * @param month
837- * the Jewish month starting with Nissan. Nissan expects a value of 1 etc till Adar with a value of 12. For
838- * a leap year, 13 will be the expected value for Adar II. Use the constants {@link JewishDate#NISSAN}
837+ * the Jewish month starting with Nissan. Nissan expects a value of 1 etc. until Adar with a value of 12.
838+ * For a leap year, 13 will be the expected value for Adar II. Use the constants {@link JewishDate#NISSAN}
839839 * etc.
840840 * @param dayOfMonth
841841 * the Jewish day of month. valid values are 1-30. If the day of month is set to 30 for a month that only
@@ -884,7 +884,7 @@ private static int moladToAbsDate(long chalakim) {
884884 * Monday, <em>Ha</em> = 5 hours and <em>RaD</em> = 204 <em>chalakim</em> / parts) - prior to the start of the Jewish
885885 * calendar. <em>BeHaRaD</em> is 23:11:20 on Sunday night(5 hours 204/1080 <em>chalakim</em> after sunset on Sunday evening).
886886 *
887- * @param <em> molad</em> the number of <em>chalakim</em> since the beginning of Sunday prior to BaHaRaD
887+ * @param molad the number of <em>chalakim</em> since the beginning of Sunday prior to BaHaRaD
888888 */
889889 public JewishDate (long molad ) {
890890 absDateToDate (moladToAbsDate (molad ));
0 commit comments