39
39
* double latitude = 40.0828; // Lakewood, NJ
40
40
* double longitude = -74.222; // Lakewood, NJ
41
41
* double elevation = 20; // optional elevation correction in Meters
42
- * // the String parameter in getTimeZone() has to be a valid timezone listed in
42
+ * // the String parameter in getTimeZone() has to be a valid time zone listed in
43
43
* // {@link java.util.TimeZone#getAvailableIDs()}
44
44
* TimeZone timeZone = TimeZone.getTimeZone("America/New_York");
45
45
* GeoLocation location = new GeoLocation(locationName, latitude, longitude, elevation, timeZone);
50
50
* <p>
51
51
* <b>Note:</b> For locations such as Israel where the beginning and end of daylight savings time can fluctuate from
52
52
* year to year, if your version of Java does not have an <a href=
53
- * "https://www.oracle.com/java/technologies/tzdata-versions.html">up to date timezone database</a>, create a
53
+ * "https://www.oracle.com/java/technologies/tzdata-versions.html">up to date time zone database</a>, create a
54
54
* {@link java.util.SimpleTimeZone} with the known start and end of DST.
55
55
* To get <em>alos</em> calculated as 14° below the horizon (as calculated in the calendars published in Montreal),
56
56
* add {@link AstronomicalCalendar#GEOMETRIC_ZENITH} (90) to the 14° offset to get the desired time:
@@ -1982,7 +1982,7 @@ public Date getMinchaKetanaAhavatShalom() {
1982
1982
* @see #getMinchaKetana()
1983
1983
* @return the <code>Date</code> of the time of <em>mincha ketana</em>. If the calculation can't be computed such as
1984
1984
* in the Arctic Circle where there is at least one day a year where the sun does not rise, and one where it
1985
- * does not set, a<code>null</code> will be returned. See detailed explanation on top of the
1985
+ * does not set, a <code>null</code> will be returned. See detailed explanation on top of the
1986
1986
* {@link AstronomicalCalendar} documentation.
1987
1987
*/
1988
1988
public Date getMinchaKetana72Minutes () {
@@ -2348,8 +2348,8 @@ public Date getBainHasmashosRT13Point24Degrees() {
2348
2348
}
2349
2349
2350
2350
/**
2351
- * This method returns the beginning of <em>Bain hashmashos</em> of Rabbeinu Tam calculated as a 58.5
2352
- * minute offset after sunset. <em>bain hashmashos</em> is 3/4 of a <a href=
2351
+ * This method returns the beginning of <em>Bain hashmashos</em> of Rabbeinu Tam calculated as a 58.5-minute offset
2352
+ * after sunset. <em>bain hashmashos</em> is 3/4 of a <a href=
2353
2353
* "https://en.wikipedia.org/wiki/Biblical_and_Talmudic_units_of_measurement">mil</a> before <em>tzais</em> or 3 1/4
2354
2354
* mil after sunset. With a mil calculated as 18 minutes, 3.25 * 18 = 58.5 minutes.
2355
2355
*
@@ -2961,7 +2961,7 @@ public double getAteretTorahSunsetOffset() {
2961
2961
/**
2962
2962
* Allows setting the offset in minutes after sunset for the Ateret Torah <em>zmanim</em>. The default if unset is
2963
2963
* 40 minutes. <em>Chacham</em> Yosef Harari-Raful of Yeshivat Ateret Torah uses 40 minutes globally with the exception
2964
- * of Israel where a 25-minute offset is used. This 40 minute (or any other) offset can be overridden by this method.
2964
+ * of Israel where a 25-minute offset is used. This 40- minute (or any other) offset can be overridden by this method.
2965
2965
* This offset impacts all Ateret Torah <em>zmanim</em>.
2966
2966
*
2967
2967
* @param ateretTorahSunsetOffset
@@ -3265,7 +3265,7 @@ public Date getTzais120Zmanis() {
3265
3265
* "https://www.worldcat.org/oclc/956316270">Ohr Meir</a> of the opinion that the equilux should be used. See
3266
3266
* Yisrael Vehazmanim vol I, 34:1:4. Rabbi Yedidya Manet in his <a href=
3267
3267
* "https://www.nli.org.il/en/books/NNL_ALEPH002542826/NLI">Zmanei Halacha Lema'aseh</a> (4th edition part 2, pages
3268
- * and 22 and 24) and Rabbi Yonah Metzbuch (in a letter published by Rabbi Manet) are of the opinion that the
3268
+ * and 22 and 24) and Rabbi Yonah Mertzbuch (in a letter published by Rabbi Manet) are of the opinion that the
3269
3269
* astronomical equinox should be used. The difference adds up to about 9 seconds, too trivial to make much of a
3270
3270
* difference. For information on how this is calculated see the comments on {@link #getAlos16Point1Degrees()}.
3271
3271
*
@@ -3282,7 +3282,7 @@ public Date getTzais16Point1Degrees() {
3282
3282
3283
3283
/**
3284
3284
* This method should be used <em>lechumra</em> only and returns <em>tzais</em> based on when the sun is 26°
3285
- * below the horizon.For information on how this is calculated see the comments on {@link #getAlos26Degrees()}.
3285
+ * below the horizon. For information on how this is calculated see the comments on {@link #getAlos26Degrees()}.
3286
3286
* Since the <em>zman</em> is extremely late and at a point when it is long past the 18° point where the
3287
3287
* darkest point is reached, it should only be used <em>lechumra</em> such as delaying the start of nighttime
3288
3288
* <em>mitzvos</em>.
@@ -3356,7 +3356,7 @@ public Date getTzais96() {
3356
3356
* "https://hebrewbooks.org/pdfpager.aspx?req=14675&pgnum=191">2:20</a>.
3357
3357
* Lakewood, N.J., with a longitude of -74.222, is 0.778 away from the closest multiple of 15 at -75°. This
3358
3358
* is multiplied by 4 to yield 3 minutes and 7 seconds for a <em>chatzos</em> of 11:56:53. This method is not tied
3359
- * to the theoretical 15° timezones , but will adjust to the actual timezone and <a
3359
+ * to the theoretical 15° time zones , but will adjust to the actual time zone and <a
3360
3360
* href="https://en.wikipedia.org/wiki/Daylight_saving_time">Daylight saving time</a>.
3361
3361
*
3362
3362
* @return the Date representing the local <em>chatzos</em>
@@ -3478,7 +3478,7 @@ public Date getSofZmanKidushLevanaBetweenMoldos(Date alos, Date tzais) {
3478
3478
* optional end of day to limit <em>molad</em> times to the end of the night before or beginning of the next night.
3479
3479
* Ignored if either <em>tzais</em> or <em>alos</em> are null
3480
3480
* @param techila
3481
- * is it the start of <em>Kiddush Levana</em> time or the end? If it is start roll it to the next <em>tzais</em>, and
3481
+ * is it the start of <em>Kiddush Levana</em> time or the end? If it is start roll it to the next <em>tzais</em>,
3482
3482
* and if it is the end, return the end of the previous night (<em>alos</em> passed in). Ignored if either
3483
3483
* <em>alos</em> or <em>tzais</em> are null.
3484
3484
* @return the <em>molad</em> based time. If the <em>zman</em> does not occur during the current date, <code>null</code> will be
@@ -3769,7 +3769,7 @@ public Date getTchilasZmanKidushLevana7Days() {
3769
3769
3770
3770
/**
3771
3771
* This method returns the latest time one is allowed eating <em>chametz</em> on <em>Erev Pesach</em> according to
3772
- * the opinion of the<a href="https://en.wikipedia.org/wiki/Vilna_Gaon">GRA</a>. This time is identical to the {@link
3772
+ * the opinion of the <a href="https://en.wikipedia.org/wiki/Vilna_Gaon">GRA</a>. This time is identical to the {@link
3773
3773
* #getSofZmanTfilaGRA() <em>Sof zman tfilah</em> GRA} and is provided as a convenience method for those who are
3774
3774
* unaware how this <em>zman</em> is calculated. This time is 4 hours into the day based on the opinion of the
3775
3775
* <a href="https://en.wikipedia.org/wiki/Vilna_Gaon">GRA</a> that the day is calculated from sunrise to sunset.
@@ -3859,7 +3859,7 @@ public Date getSofZmanAchilasChametzMGA72MinutesZmanis() {
3859
3859
3860
3860
/**
3861
3861
* This method returns the latest time one is allowed eating <em>chametz</em> on <em>Erev Pesach</em> according to the
3862
- * opinion of the<a href="https://en.wikipedia.org/wiki/Avraham_Gombinern">Magen Avraham (MGA)</a> based on <em>alos</em>
3862
+ * opinion of the <a href="https://en.wikipedia.org/wiki/Avraham_Gombinern">Magen Avraham (MGA)</a> based on <em>alos</em>
3863
3863
* being {@link #getAlos16Point1Degrees() 16.1°} before {@link #getSunrise() sunrise}. This time is 4 {@link
3864
3864
* #getShaahZmanis16Point1Degrees() <em>shaos zmaniyos</em>} (solar hours) after {@link #getAlos16Point1Degrees() dawn}
3865
3865
* 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() {
4459
4459
/**
4460
4460
* This method returns <a href="https://en.wikipedia.org/wiki/Moshe_Feinstein">Rav Moshe Feinstein's</a> opinion of
4461
4461
* the calculation of <em>mincha gedola</em>, the earliest time one can pray <em>mincha</em> <a href=
4462
- * "https://en.wikipedia.org/wiki/Vilna_Gaon">GRA</a>that is 30 minutes after {@link #getFixedLocalChatzos() fixed
4462
+ * "https://en.wikipedia.org/wiki/Vilna_Gaon">GRA</a> that is 30 minutes after {@link #getFixedLocalChatzos() fixed
4463
4463
* local chatzos}.
4464
4464
*
4465
4465
* @return the <code>Date</code> of the time of <em>mincha gedola</em>. If the calculation can't be computed such as
0 commit comments