diff --git a/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java b/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java index 212a5df8..49136bbe 100644 --- a/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java +++ b/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java @@ -39,7 +39,7 @@ * double latitude = 40.0828; // Lakewood, NJ * double longitude = -74.222; // Lakewood, NJ * double elevation = 20; // optional elevation correction in Meters - * // the String parameter in getTimeZone() has to be a valid timezone listed in + * // the String parameter in getTimeZone() has to be a valid time zone listed in * // {@link java.util.TimeZone#getAvailableIDs()} * TimeZone timeZone = TimeZone.getTimeZone("America/New_York"); * GeoLocation location = new GeoLocation(locationName, latitude, longitude, elevation, timeZone); @@ -50,7 +50,7 @@ *
* Note: For locations such as Israel where the beginning and end of daylight savings time can fluctuate from
* year to year, if your version of Java does not have an up to date timezone database, create a
+ * "https://www.oracle.com/java/technologies/tzdata-versions.html">up to date time zone database, create a
* {@link java.util.SimpleTimeZone} with the known start and end of DST.
* To get alos calculated as 14° below the horizon (as calculated in the calendars published in Montreal),
* add {@link AstronomicalCalendar#GEOMETRIC_ZENITH} (90) to the 14° offset to get the desired time:
@@ -1982,7 +1982,7 @@ public Date getMinchaKetanaAhavatShalom() {
* @see #getMinchaKetana()
* @return the Date
of the time of mincha ketana. If the calculation can't be computed such as
* in the Arctic Circle where there is at least one day a year where the sun does not rise, and one where it
- * does not set, anull
will be returned. See detailed explanation on top of the
+ * does not set, a null
will be returned. See detailed explanation on top of the
* {@link AstronomicalCalendar} documentation.
*/
public Date getMinchaKetana72Minutes() {
@@ -2348,8 +2348,8 @@ public Date getBainHasmashosRT13Point24Degrees() {
}
/**
- * This method returns the beginning of Bain hashmashos of Rabbeinu Tam calculated as a 58.5
- * minute offset after sunset. bain hashmashos is 3/4 of a Bain hashmashos of Rabbeinu Tam calculated as a 58.5-minute offset
+ * after sunset. bain hashmashos is 3/4 of a mil before tzais or 3 1/4
* mil after sunset. With a mil calculated as 18 minutes, 3.25 * 18 = 58.5 minutes.
*
@@ -2961,7 +2961,7 @@ public double getAteretTorahSunsetOffset() {
/**
* Allows setting the offset in minutes after sunset for the Ateret Torah zmanim. The default if unset is
* 40 minutes. Chacham Yosef Harari-Raful of Yeshivat Ateret Torah uses 40 minutes globally with the exception
- * of Israel where a 25-minute offset is used. This 40 minute (or any other) offset can be overridden by this method.
+ * of Israel where a 25-minute offset is used. This 40-minute (or any other) offset can be overridden by this method.
* This offset impacts all Ateret Torah zmanim.
*
* @param ateretTorahSunsetOffset
@@ -3265,7 +3265,7 @@ public Date getTzais120Zmanis() {
* "https://www.worldcat.org/oclc/956316270">Ohr Meir of the opinion that the equilux should be used. See
* Yisrael Vehazmanim vol I, 34:1:4. Rabbi Yedidya Manet in his Zmanei Halacha Lema'aseh (4th edition part 2, pages
- * and 22 and 24) and Rabbi Yonah Metzbuch (in a letter published by Rabbi Manet) are of the opinion that the
+ * and 22 and 24) and Rabbi Yonah Mertzbuch (in a letter published by Rabbi Manet) are of the opinion that the
* astronomical equinox should be used. The difference adds up to about 9 seconds, too trivial to make much of a
* difference. For information on how this is calculated see the comments on {@link #getAlos16Point1Degrees()}.
*
@@ -3282,7 +3282,7 @@ public Date getTzais16Point1Degrees() {
/**
* This method should be used lechumra only and returns tzais based on when the sun is 26°
- * below the horizon.For information on how this is calculated see the comments on {@link #getAlos26Degrees()}.
+ * below the horizon. For information on how this is calculated see the comments on {@link #getAlos26Degrees()}.
* Since the zman is extremely late and at a point when it is long past the 18° point where the
* darkest point is reached, it should only be used lechumra such as delaying the start of nighttime
* mitzvos.
@@ -3356,7 +3356,7 @@ public Date getTzais96() {
* "https://hebrewbooks.org/pdfpager.aspx?req=14675&pgnum=191">2:20.
* Lakewood, N.J., with a longitude of -74.222, is 0.778 away from the closest multiple of 15 at -75°. This
* is multiplied by 4 to yield 3 minutes and 7 seconds for a chatzos of 11:56:53. This method is not tied
- * to the theoretical 15° timezones, but will adjust to the actual timezone and Daylight saving time.
*
* @return the Date representing the local chatzos
@@ -3478,7 +3478,7 @@ public Date getSofZmanKidushLevanaBetweenMoldos(Date alos, Date tzais) {
* optional end of day to limit molad times to the end of the night before or beginning of the next night.
* Ignored if either tzais or alos are null
* @param techila
- * is it the start of Kiddush Levana time or the end? If it is start roll it to the next tzais, and
+ * is it the start of Kiddush Levana time or the end? If it is start roll it to the next tzais,
* and if it is the end, return the end of the previous night (alos passed in). Ignored if either
* alos or tzais are null.
* @return the molad based time. If the zman does not occur during the current date, null
will be
@@ -3769,7 +3769,7 @@ public Date getTchilasZmanKidushLevana7Days() {
/**
* This method returns the latest time one is allowed eating chametz on Erev Pesach according to
- * the opinion of theGRA. This time is identical to the {@link
+ * the opinion of the GRA. This time is identical to the {@link
* #getSofZmanTfilaGRA() Sof zman tfilah GRA} and is provided as a convenience method for those who are
* unaware how this zman is calculated. This time is 4 hours into the day based on the opinion of the
* GRA that the day is calculated from sunrise to sunset.
@@ -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 theMagen 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°
@@ -4459,7 +4459,7 @@ public Date getSofZmanTfilaGRASunriseToFixedLocalChatzos() {
/**
* This method returns Rav Moshe Feinstein's opinion of
* the calculation of mincha gedola, the earliest time one can pray mincha GRAthat is 30 minutes after {@link #getFixedLocalChatzos() fixed
+ * "https://en.wikipedia.org/wiki/Vilna_Gaon">GRA that is 30 minutes after {@link #getFixedLocalChatzos() fixed
* local chatzos}.
*
* @return the Date
of the time of mincha gedola. If the calculation can't be computed such as