diff --git a/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java b/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java
index a135efe2..4a0e2961 100644
--- a/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java
+++ b/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java
@@ -1,6 +1,6 @@
/*
* Zmanim Java API
- * Copyright (C) 2004-2024 Eliyahu Hershfeld
+ * Copyright (C) 2004-2025 Eliyahu Hershfeld
*
* This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General
* Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)
@@ -58,7 +58,7 @@
*
* Date alos14 = czc.getSunriseOffsetByDegrees({@link AstronomicalCalendar#GEOMETRIC_ZENITH} + 14);
*
- * To get mincha gedola calculated based on the mincha gedola calculated based on the Magen Avraham (MGA) using a shaah zmanis based on the day starting
* 16.1° below the horizon (and ending 16.1° after sunset) the following calculation can be used:
*
@@ -103,10 +103,9 @@
*
* Date sofZmanAchila = czc.getTimeOffset(czc.getSunrise(), czc.getShaahZmanisGra() * 9);
*
- * Documentation from the {@link ZmanimCalendar} parent class
- * {@inheritDoc}
+ * See documentation from the {@link ZmanimCalendar} parent class
*
- * @author © Eliyahu Hershfeld 2004 - 2024
+ * @author © Eliyahu Hershfeld 2004 - 2025
*/
public class ComplexZmanimCalendar extends ZmanimCalendar {
@@ -234,7 +233,7 @@ public class ComplexZmanimCalendar extends ZmanimCalendar {
/**
* The zenith of 26° below {@link #GEOMETRIC_ZENITH geometric zenith} (90°). This calculation is used for
* calculating alos (dawn) and tzais (nightfall) according to some opinions. This calculation is
- * based on the position of the sun {@link #getAlos120() 120 minutes} after sunset in Jerusalem oaround the equinox / equilux which
* calculates to 26° below {@link #GEOMETRIC_ZENITH geometric zenith}. Since the level of darkness when the sun is
* 26° and at a point when the level of darkness is long past the 18° point where the darkest point is reached,
@@ -457,6 +456,7 @@ public ComplexZmanimCalendar(GeoLocation location) {
* {@link AstronomicalCalculator#getDefault() AstronomicalCalculator} and default the calendar to the current date.
*
* @see AstronomicalCalendar#AstronomicalCalendar()
+ * @see #ComplexZmanimCalendar(GeoLocation)
*/
public ComplexZmanimCalendar() {
super();
@@ -464,7 +464,7 @@ public ComplexZmanimCalendar() {
/**
* Method to return a shaah zmanis (temporal hour) calculated using a 19.8° dip. This calculation
- * divides the day based on the opinion of the Magen
+ * divides the day based on the opinion of the Magen
* Avraham (MGA) that the day runs from dawn to dusk. Dawn for this calculation is when the sun is 19.8°
* below the eastern geometric horizon before sunrise. Dusk for this is when the sun is 19.8° below the western
* geometric horizon after sunset. This day is split into 12 equal parts with each part being a shaah zmanis.
@@ -480,7 +480,7 @@ public long getShaahZmanis19Point8Degrees() {
/**
* Method to return a shaah zmanis (temporal hour) calculated using a 18° dip. This calculation divides
- * the day based on the opinion of the Magen Avraham
+ * the day based on the opinion of the Magen Avraham
* (MGA) that the day runs from dawn to dusk. Dawn for this calculation is when the sun is 18° below the
* eastern geometric horizon before sunrise. Dusk for this is when the sun is 18° below the western geometric
* horizon after sunset. This day is split into 12 equal parts with each part being a shaah zmanis.
@@ -496,7 +496,7 @@ public long getShaahZmanis18Degrees() {
/**
* Method to return a shaah zmanis (temporal hour) calculated using a dip of 26°. This calculation
- * divides the day based on the opinion of the Magen
+ * divides the day based on the opinion of the Magen
* Avraham (MGA) that the day runs from dawn to dusk. Dawn for this calculation is when the sun is
* {@link #getAlos26Degrees() 26°} below the eastern geometric horizon before sunrise. Dusk for this is when
* the sun is {@link #getTzais26Degrees() 26°} below the western geometric horizon after sunset. This day is
@@ -542,7 +542,7 @@ public long getShaahZmanis16Point1Degrees() {
/**
* Method to return a shaah zmanis (solar hour) according to the opinion of the Magen Avraham (MGA). This calculation
+ * "https://en.wikipedia.org/wiki/Avraham_Gombiner">Magen Avraham (MGA). This calculation
* divides the day based on the opinion of the MGA that the day runs from dawn to dusk. Dawn for this calculation is
* 60 minutes before sunrise and dusk is 60 minutes after sunset. This day is split into 12 equal parts with each
* part being a shaah zmanis. Alternate methods of calculating a shaah zmanis are available in the
@@ -563,7 +563,7 @@ public long getShaahZmanis60Minutes() {
/**
* Method to return a shaah zmanis (solar hour) according to the opinion of the Magen Avraham (MGA). This calculation divides the day
+ * "https://en.wikipedia.org/wiki/Avraham_Gombiner">Magen Avraham (MGA). This calculation divides the day
* based on the opinion of the MGA that the day runs from dawn to dusk. Dawn for this calculation is 72 minutes
* before sunrise and dusk is 72 minutes after sunset. This day is split into 12 equal parts with each part
* being a shaah zmanis. Alternate methods of calculating a shaah zmanis are available in the
@@ -580,7 +580,7 @@ public long getShaahZmanis72Minutes() {
/**
* Method to return a shaah zmanis (temporal hour) according to the opinion of the Magen Avraham (MGA) based on alos being
+ * "https://en.wikipedia.org/wiki/Avraham_Gombiner">Magen Avraham (MGA) based on alos being
* {@link #getAlos72Zmanis() 72} minutes zmaniyos before {@link #getSunrise() sunrise}. This calculation
* divides the day based on the opinion of the MGA that the day runs from dawn to dusk. Dawn for this calculation
* is 72 minutes zmaniyos before sunrise and dusk is 72 minutes zmaniyos after sunset. This day
@@ -600,7 +600,7 @@ public long getShaahZmanis72MinutesZmanis() {
/**
* Method to return a shaah zmanis (temporal hour) calculated using a dip of 90 minutes. This calculation
- * divides the day based on the opinion of the Magen
+ * divides the day based on the opinion of the Magen
* Avraham (MGA) that the day runs from dawn to dusk. Dawn for this calculation is 90 minutes before sunrise
* and dusk is 90 minutes after sunset. This day is split into 12 equal parts with each part being a shaah zmanis.
*
@@ -615,7 +615,7 @@ public long getShaahZmanis90Minutes() {
/**
* Method to return a shaah zmanis (temporal hour) according to the opinion of the Magen Avraham (MGA) based on alos being
+ * "https://en.wikipedia.org/wiki/Avraham_Gombiner">Magen Avraham (MGA) based on alos being
* {@link #getAlos90Zmanis() 90} minutes zmaniyos before {@link #getSunrise() sunrise}. This calculation divides
* the day based on the opinion of the MGA that the day runs from dawn to dusk. Dawn for this calculation is 90 minutes
* zmaniyos before sunrise and dusk is 90 minutes zmaniyos after sunset. This day is split into 12 equal
@@ -635,7 +635,7 @@ public long getShaahZmanis90MinutesZmanis() {
/**
* Method to return a shaah zmanis (temporal hour) according to the opinion of the Magen Avraham (MGA) based on alos being {@link
+ * "https://en.wikipedia.org/wiki/Avraham_Gombiner">Magen Avraham (MGA) based on alos being {@link
* #getAlos96Zmanis() 96} minutes zmaniyos before {@link #getSunrise() sunrise}. This calculation divides the
* day based on the opinion of the MGA that the day runs from dawn to dusk. Dawn for this calculation is 96 minutes
* zmaniyos before sunrise and dusk is 96 minutes zmaniyos after sunset. This day is split into 12
@@ -723,7 +723,7 @@ public long getShaahZmanisAlos16Point1ToTzais3Point7() {
/**
* Method to return a shaah zmanis (temporal hour) calculated using a dip of 96 minutes. This calculation
- * divides the day based on the opinion of the Magen
+ * divides the day based on the opinion of the Magen
* Avraham (MGA) that the day runs from dawn to dusk. Dawn for this calculation is 96 minutes before sunrise
* and dusk is 96 minutes after sunset. This day is split into 12 equal parts with each part being a shaah
* zmanis.
@@ -739,7 +739,7 @@ public long getShaahZmanis96Minutes() {
/**
* Method to return a shaah zmanis (temporal hour) calculated using a dip of 120 minutes. This calculation
- * divides the day based on the opinion of the Magen
+ * divides the day based on the opinion of the Magen
* Avraham (MGA) that the day runs from dawn to dusk. Dawn for this calculation is 120 minutes before sunrise and
* dusk is 120 minutes after sunset. This day is split into 12 equal parts with each part being a shaah zmanis.
* Since zmanim that use this method are extremely late or early and at a point when the sky is a long time
@@ -758,7 +758,7 @@ public long getShaahZmanis120Minutes() {
/**
* Method to return a shaah zmanis (temporal hour) according to the opinion of the Magen Avraham (MGA) based on alos being {@link
+ * "https://en.wikipedia.org/wiki/Avraham_Gombiner">Magen Avraham (MGA) based on alos being {@link
* #getAlos120Zmanis() 120} minutes zmaniyos before {@link #getSunrise() sunrise}. This calculation divides
* the day based on the opinion of the MGA that the day runs from dawn to dusk. Dawn for this calculation is
* 120 minutes zmaniyos before sunrise and dusk is 120 minutes zmaniyos after sunset. This day is
@@ -1185,7 +1185,7 @@ public Date getMisheyakir10Point2Degrees() {
* zman around the
* equinox / equilux, when the neshef (twilight) is the shortest. This time is based on Rabbi Moshe Feinstein who writes in Ohr Hachaim Vol. 4, Ch. 6)
+ * "https://hebrewbooks.org/pdfpager.aspx?req=14677&pgnum=7">Ohr Hachaim Vol. 4, Ch. 6
* that misheyakir in New York is 35-40 minutes before sunrise, something that is a drop less than 8°.
* Rabbi Yisroel Taplin in Zmanei Yisrael (page 117) notes that zman krias shema (time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) based on
+ * opinion of the Magen Avraham (MGA) based on
* alos being {@link #getAlos19Point8Degrees() 19.8°} before {@link #getSunrise() sunrise}. This
* time is 3 {@link #getShaahZmanis19Point8Degrees() shaos zmaniyos} (solar hours) after {@link
* #getAlos19Point8Degrees() dawn} based on the opinion of the MGA that the day is calculated from dawn to nightfall
@@ -1262,7 +1262,7 @@ public Date getSofZmanShmaMGA19Point8Degrees() {
/**
* This method returns the latest zman krias shema (time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) based
+ * opinion of the Magen Avraham (MGA) based
* on alos being {@link #getAlos16Point1Degrees() 16.1°} before {@link #getSunrise() sunrise}. This time
* is 3 {@link #getShaahZmanis16Point1Degrees() shaos zmaniyos} (solar hours) after
* {@link #getAlos16Point1Degrees() dawn} based on the opinion of the MGA that the day is calculated from
@@ -1282,7 +1282,7 @@ public Date getSofZmanShmaMGA16Point1Degrees() {
/**
* This method returns the latest zman krias shema (time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) based
+ * opinion of the Magen Avraham (MGA) based
* on alos being {@link #getAlos18Degrees() 18°} before {@link #getSunrise() sunrise}. This time is 3
* {@link #getShaahZmanis18Degrees() shaos zmaniyos} (solar hours) after {@link #getAlos18Degrees() dawn}
* based on the opinion of the MGA that the day is calculated from dawn to nightfall with both being 18°
@@ -1302,7 +1302,7 @@ public Date getSofZmanShmaMGA18Degrees() {
/**
* This method returns the latest zman krias shema (time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) based on
+ * opinion of the Magen Avraham (MGA) based on
* alos being {@link #getAlos72() 72} minutes before {@link #getSunrise() sunrise}. This time is 3 {@link
* #getShaahZmanis72Minutes() shaos zmaniyos} (solar hours) after {@link #getAlos72() dawn} based on the opinion
* of the MGA that the day is calculated from a {@link #getAlos72() dawn} of 72 minutes before sunrise to
@@ -1325,7 +1325,7 @@ public Date getSofZmanShmaMGA72Minutes() {
/**
* This method returns the latest zman krias shema (time to recite Shema in the morning) according
- * to the opinion of the Magen Avraham (MGA) based
+ * to the opinion of the Magen Avraham (MGA) based
* on alos being {@link #getAlos72Zmanis() 72} minutes zmaniyos, or 1/10th of the day before
* {@link #getSunrise() sunrise}. This time is 3 {@link #getShaahZmanis90MinutesZmanis() shaos zmaniyos}
* (solar hours) after {@link #getAlos72Zmanis() dawn} based on the opinion of the MGA that the day is calculated
@@ -1348,7 +1348,7 @@ public Date getSofZmanShmaMGA72MinutesZmanis() {
/**
* This method returns the latest zman krias shema (time to recite Shema in the morning) according
- * to the opinion of the Magen Avraham (MGA) based on
+ * to the opinion of the Magen Avraham (MGA) based on
* alos being {@link #getAlos90() 90} minutes before {@link #getSunrise() sunrise}. This time is 3
* {@link #getShaahZmanis90Minutes() shaos zmaniyos} (solar hours) after {@link #getAlos90() dawn} based on
* the opinion of the MGA that the day is calculated from a {@link #getAlos90() dawn} of 90 minutes before sunrise to
@@ -1369,7 +1369,7 @@ public Date getSofZmanShmaMGA90Minutes() {
/**
* This method returns the latest zman krias shema (time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) based
+ * opinion of the Magen Avraham (MGA) based
* on alos being {@link #getAlos90Zmanis() 90} minutes zmaniyos before {@link #getSunrise()
* sunrise}. This time is 3 {@link #getShaahZmanis90MinutesZmanis() shaos zmaniyos} (solar hours) after
* {@link #getAlos90Zmanis() dawn} based on the opinion of the MGA that the day is calculated from a {@link
@@ -1391,7 +1391,7 @@ public Date getSofZmanShmaMGA90MinutesZmanis() {
/**
* This method returns the latest zman krias shema (time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) based
+ * opinion of the Magen Avraham (MGA) based
* on alos being {@link #getAlos96() 96} minutes before {@link #getSunrise() sunrise}. This time is 3
* {@link #getShaahZmanis96Minutes() shaos zmaniyos} (solar hours) after {@link #getAlos96() dawn} based on
* the opinion of the MGA that the day is calculated from a {@link #getAlos96() dawn} of 96 minutes before
@@ -1412,7 +1412,7 @@ public Date getSofZmanShmaMGA96Minutes() {
/**
* This method returns the latest zman krias shema (time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) based
+ * opinion of the Magen Avraham (MGA) based
* on alos being {@link #getAlos90Zmanis() 96} minutes zmaniyos before {@link #getSunrise()
* sunrise}. This time is 3 {@link #getShaahZmanis96MinutesZmanis() shaos zmaniyos} (solar hours) after
* {@link #getAlos96Zmanis() dawn} based on the opinion of the MGA that the day is calculated from a {@link
@@ -1465,7 +1465,7 @@ public Date getSofZmanShma3HoursBeforeChatzos() {
/**
* This method returns the latest zman krias shema (time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) based
+ * opinion of the Magen Avraham (MGA) based
* on alos being {@link #getAlos120() 120} minutes or 1/6th of the day before {@link #getSunrise() sunrise}.
* This time is 3 {@link #getShaahZmanis120Minutes() shaos zmaniyos} (solar hours) after {@link #getAlos120()
* dawn} based on the opinion of the MGA that the day is calculated from a {@link #getAlos120() dawn} of 120 minutes
@@ -1562,7 +1562,7 @@ public Date getSofZmanShmaKolEliyahu() {
/**
* This method returns the latest zman tfila (time to recite the morning prayers) according to the opinion
- * of the Magen Avraham (MGA) based on
+ * of the Magen Avraham (MGA) based on
* alos being {@link #getAlos19Point8Degrees() 19.8°} before {@link #getSunrise() sunrise}. This time
* is 4 {@link #getShaahZmanis19Point8Degrees() shaos zmaniyos} (solar hours) after {@link
* #getAlos19Point8Degrees() dawn} based on the opinion of the MGA that the day is calculated from dawn to
@@ -1584,7 +1584,7 @@ public Date getSofZmanTfilaMGA19Point8Degrees() {
/**
* This method returns the latest zman tfila (time to recite the morning prayers) according to the opinion
- * of the Magen Avraham (MGA) based on
+ * of the Magen Avraham (MGA) based on
* alos being {@link #getAlos16Point1Degrees() 16.1°} before {@link #getSunrise() sunrise}. This time
* is 4 {@link #getShaahZmanis16Point1Degrees() shaos zmaniyos} (solar hours) after {@link
* #getAlos16Point1Degrees() dawn} based on the opinion of the MGA that the day is calculated from dawn to
@@ -1605,7 +1605,7 @@ public Date getSofZmanTfilaMGA16Point1Degrees() {
/**
* This method returns the latest zman tfila (time to recite the morning prayers) according to the opinion
- * of the Magen Avraham (MGA) based on
+ * of the Magen Avraham (MGA) based on
* alos being {@link #getAlos18Degrees() 18°} before {@link #getSunrise() sunrise}. This time is 4
* {@link #getShaahZmanis18Degrees() shaos zmaniyos} (solar hours) after {@link #getAlos18Degrees() dawn}
* based on the opinion of the MGA that the day is calculated from dawn to nightfall with both being 18°
@@ -1626,7 +1626,7 @@ public Date getSofZmanTfilaMGA18Degrees() {
/**
* This method returns the latest zman tfila (time to recite the morning prayers) according to the opinion
- * of the Magen Avraham (MGA) based on
+ * of the Magen Avraham (MGA) based on
* alos being {@link #getAlos72() 72} minutes before {@link #getSunrise() sunrise}. This time is 4
* {@link #getShaahZmanis72Minutes() shaos zmaniyos} (solar hours) after {@link #getAlos72() dawn} based on
* the opinion of the MGA that the day is calculated from a {@link #getAlos72() dawn} of 72 minutes before
@@ -1648,7 +1648,7 @@ public Date getSofZmanTfilaMGA72Minutes() {
/**
* This method returns the latest zman tfila (time to the morning prayers) according to the opinion of the
- * Magen Avraham (MGA) based on alos
+ * Magen Avraham (MGA) based on alos
* being {@link #getAlos72Zmanis() 72} minutes zmaniyos before {@link #getSunrise() sunrise}. This time is 4
* {@link #getShaahZmanis72MinutesZmanis() shaos zmaniyos} (solar hours) after {@link #getAlos72Zmanis() dawn}
* based on the opinion of the MGA that the day is calculated from a {@link #getAlos72Zmanis() dawn} of 72
@@ -1668,7 +1668,7 @@ public Date getSofZmanTfilaMGA72MinutesZmanis() {
/**
* This method returns the latest zman tfila (time to recite the morning prayers) according to the opinion
- * of the Magen Avraham (MGA) based on
+ * of the Magen Avraham (MGA) based on
* alos being {@link #getAlos90() 90} minutes before {@link #getSunrise() sunrise}. This time is 4
* {@link #getShaahZmanis90Minutes() shaos zmaniyos} (solar hours) after {@link #getAlos90() dawn} based on
* the opinion of the MGA that the day is calculated from a {@link #getAlos90() dawn} of 90 minutes before sunrise to
@@ -1688,7 +1688,7 @@ public Date getSofZmanTfilaMGA90Minutes() {
/**
* This method returns the latest zman tfila (time to the morning prayers) according to the opinion of the
- * Magen Avraham (MGA) based on alos
+ * Magen Avraham (MGA) based on alos
* being {@link #getAlos90Zmanis() 90} minutes zmaniyos before {@link #getSunrise() sunrise}. This time is
* 4 {@link #getShaahZmanis90MinutesZmanis() shaos zmaniyos} (solar hours) after {@link #getAlos90Zmanis()
* dawn} based on the opinion of the MGA that the day is calculated from a {@link #getAlos90Zmanis() dawn}
@@ -1709,7 +1709,7 @@ public Date getSofZmanTfilaMGA90MinutesZmanis() {
/**
* This method returns the latest zman tfila (time to recite the morning prayers) according to the opinion
- * of the Magen Avraham (MGA) based on
+ * of the Magen Avraham (MGA) based on
* alos being {@link #getAlos96() 96} minutes before {@link #getSunrise() sunrise}. This time is 4
* {@link #getShaahZmanis96Minutes() shaos zmaniyos} (solar hours) after {@link #getAlos96() dawn} based on
* the opinion of the MGA that the day is calculated from a {@link #getAlos96() dawn} of 96 minutes before
@@ -1729,7 +1729,7 @@ public Date getSofZmanTfilaMGA96Minutes() {
/**
* This method returns the latest zman tfila (time to the morning prayers) according to the opinion of the
- * Magen Avraham (MGA) based on alos
+ * Magen Avraham (MGA) based on alos
* being {@link #getAlos96Zmanis() 96} minutes zmaniyos before {@link #getSunrise() sunrise}. This time is
* 4 {@link #getShaahZmanis96MinutesZmanis() shaos zmaniyos} (solar hours) after {@link #getAlos96Zmanis()
* dawn} based on the opinion of the MGA that the day is calculated from a {@link #getAlos96Zmanis() dawn}
@@ -1750,7 +1750,7 @@ public Date getSofZmanTfilaMGA96MinutesZmanis() {
/**
* This method returns the latest zman tfila (time to recite the morning prayers) according to the opinion
- * of the Magen Avraham (MGA) based on
+ * of the Magen Avraham (MGA) based on
* alos being {@link #getAlos120() 120} minutes before {@link #getSunrise() sunrise} . This time is 4
* {@link #getShaahZmanis120Minutes() shaos zmaniyos} (solar hours) after {@link #getAlos120() dawn}
* based on the opinion of the MGA that the day is calculated from a {@link #getAlos120() dawn} of 120
@@ -2466,11 +2466,11 @@ public Date getBainHasmashosYereim18Minutes() {
* brought down by Rabbi
* Yedidya Manet in his Zmanei Halacha
- * Lema’aseh (p. 11). That is the first source that I am aware of that calculates degree-based Yereim
+ * Lema'aseh (p. 11). That is the first source that I am aware of that calculates degree-based Yereim
* zmanim. The 0.5166° refraction is also used by the Luach Itim
* Lebinah. Calculating the Yereim's bain hashmashos using 18-minute based degrees is also suggested
* in the upcoming 8th edition of the zmanim Kehilchasam. For more details, see the article The Yereim’s Bein Hashmashos.
+ * "https://kosherjava.com/2020/12/07/the-yereims-bein-hashmashos/">The Yereim's Bein Hashmashos.
*
* @todo recalculate based on equinox/equilux
* @return the Date
of the sun's position 3.05° minutes before sunset. If the calculation can't
@@ -3798,7 +3798,7 @@ public Date getSofZmanAchilasChametzGRA() {
/**
* This method returns the latest time one is allowed eating chametz on Erev Pesach according to the
- * opinion of the Magen Avraham (MGA) based on alos
+ * opinion of the Magen Avraham (MGA) based on alos
* being {@link #getAlos72() 72} minutes before {@link #getSunrise() sunrise}. This time is identical to the
* {@link #getSofZmanTfilaMGA72Minutes() Sof zman tfilah MGA 72 minutes}. This time is 4 {@link #getShaahZmanisMGA()
* shaos zmaniyos} (temporal hours) after {@link #getAlos72() dawn} based on the opinion of the MGA that the day is
@@ -3829,7 +3829,7 @@ public Date getSofZmanAchilasChametzMGA72Minutes() {
/**
* This method returns the latest time one is allowed eating chametz on Erev Pesach according to the
- * opinion of the Magen Avraham (MGA) based on alos
+ * opinion of the Magen Avraham (MGA) based on alos
* being {@link #getAlos72Zmanis() 72 zmaniyos} minutes before {@link #getSunrise() sunrise}. This time is identical to the
* {@link #getSofZmanTfilaMGA72MinutesZmanis() Sof zman tfilah MGA 72 minutes zmanis}. This time is 4 {@link #getShaahZmanis72MinutesZmanis()
* shaos zmaniyos} (temporal hours) after {@link #getAlos72() dawn} based on the opinion of the MGA that the day is
@@ -3859,7 +3859,7 @@ public Date getSofZmanAchilasChametzMGA72MinutesZmanis() {
/**
* This method returns the latest time one is allowed eating chametz on Erev Pesach according to the
- * opinion of the Magen Avraham (MGA) based on alos
+ * opinion of the Magen Avraham (MGA) based on alos
* being {@link #getAlos16Point1Degrees() 16.1°} before {@link #getSunrise() sunrise}. This time is 4 {@link
* #getShaahZmanis16Point1Degrees() shaos zmaniyos} (solar hours) after {@link #getAlos16Point1Degrees() dawn}
* based on the opinion of the MGA that the day is calculated from dawn to nightfall with both being 16.1°
@@ -3916,7 +3916,7 @@ public Date getSofZmanBiurChametzGRA() {
/**
* FIXME adjust for synchronous
* This method returns the latest time for burning chametz on Erev Pesach according to the opinion of
- * the Magen Avraham (MGA) based on alos
+ * the Magen Avraham (MGA) based on alos
* being {@link #getAlos72() 72} minutes before {@link #getSunrise() sunrise}. This time is 5 {@link
* #getShaahZmanisMGA() shaos zmaniyos} (temporal hours) after {@link #getAlos72() dawn} based on the opinion of
* the MGA that the day is calculated from a {@link #getAlos72() dawn} of 72 minutes before sunrise to {@link
@@ -3945,7 +3945,7 @@ public Date getSofZmanBiurChametzMGA72Minutes() {
/**
* FIXME adjust for synchronous
* This method returns the latest time for burning chametz on Erev Pesach according to the opinion of
- * the Magen Avraham (MGA) based on alos
+ * the Magen Avraham (MGA) based on alos
* being {@link #getAlos72Zmanis() 72} minutes zmanis before {@link #getSunrise() sunrise}. This time is 5 {@link
* #getShaahZmanis72MinutesZmanis() shaos zmaniyos} (temporal hours) after {@link #getAlos72Zmanis() dawn} based on the opinion of
* the MGA that the day is calculated from a {@link #getAlos72Zmanis() dawn} of 72 minutes zmanis before sunrise to {@link
@@ -3973,7 +3973,7 @@ public Date getSofZmanBiurChametzMGA72MinutesZmanis() {
/**
* FIXME adjust for synchronous
* This method returns the latest time for burning chametz on Erev Pesach according to the opinion
- * of the Magen Avraham (MGA) based on alos
+ * of the Magen Avraham (MGA) based on alos
* being {@link #getAlos16Point1Degrees() 16.1°} before {@link #getSunrise() sunrise}. This time is 5
* {@link #getShaahZmanis16Point1Degrees() shaos zmaniyos} (solar hours) after {@link #getAlos16Point1Degrees()
* dawn} based on the opinion of the MGA that the day is calculated from dawn to nightfall with both being 16.1°
@@ -4337,7 +4337,7 @@ public Date getFixedLocalChatzosBasedZmanim(Date startOfHalfDay, Date endOfHalfD
/**
* This method returns Rav Moshe Feinstein's opinion of the
* calculation of sof zman krias shema (latest time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) that the
+ * opinion of the Magen Avraham (MGA) that the
* day is calculated from dawn to nightfall, but calculated using the first half of the day only. The half a day starts
* at alos defined as {@link #getAlos18Degrees() 18°} and ends at {@link #getFixedLocalChatzos() fixed local
* chatzos}. Sof Zman Shema is 3 shaos zmaniyos (solar hours) after alos or half of this half-day.
@@ -4357,7 +4357,7 @@ public Date getSofZmanShmaMGA18DegreesToFixedLocalChatzos() {
/**
* This method returns Rav Moshe Feinstein's opinion of the
* calculation of sof zman krias shema (latest time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) that the
+ * opinion of the Magen Avraham (MGA) that the
* day is calculated from dawn to nightfall, but calculated using the first half of the day only. The half a day starts
* at alos defined as {@link #getAlos16Point1Degrees() 16.1°} and ends at {@link #getFixedLocalChatzos() fixed local
* chatzos}. Sof Zman Shema is 3 shaos zmaniyos (solar hours) after this alos or half of this half-day.
@@ -4377,7 +4377,7 @@ public Date getSofZmanShmaMGA16Point1DegreesToFixedLocalChatzos() {
/**
* This method returns Rav Moshe Feinstein's opinion of the
* calculation of sof zman krias shema (latest time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) that the
+ * opinion of the Magen Avraham (MGA) that the
* day is calculated from dawn to nightfall, but calculated using the first half of the day only. The half a day starts
* at alos defined as {@link #getAlos90() 90 minutes before sunrise} and ends at {@link #getFixedLocalChatzos()
* fixed local chatzos}. Sof Zman Shema is 3 shaos zmaniyos (solar hours) after this alos or
@@ -4398,7 +4398,7 @@ public Date getSofZmanShmaMGA90MinutesToFixedLocalChatzos() {
/**
* This method returns Rav Moshe Feinstein's opinion of the
* calculation of sof zman krias shema (latest time to recite Shema in the morning) according to the
- * opinion of the Magen Avraham (MGA) that the
+ * opinion of the Magen Avraham (MGA) that the
* day is calculated from dawn to nightfall, but calculated using the first half of the day only. The half a day starts
* at alos defined as {@link #getAlos72() 72 minutes before sunrise} and ends at {@link #getFixedLocalChatzos()
* fixed local chatzos}. Sof Zman Shema is 3 shaos zmaniyos (solar hours) after this alos or