Skip to content

Commit 476bbc3

Browse files
authored
Minor Javadoc fixes for ComprehensiveZmanimCalendar
1 parent 77bdea8 commit 476bbc3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/java/com/kosherjava/zmanim/ComprehensiveZmanimCalendar.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@ public Instant getSofZmanTfila2HoursBeforeChatzos() {
17931793
* and not 1/2 of a {@link #getShaahZmanisGra() <em>shaah zmanis</em>} after {@link #getChatzos() <em>chatzos</em>} as
17941794
* calculated by {@link #getMinchaGedola}. Some use this time to delay the start of <em>mincha</em> in the winter when
17951795
* 1/2 of a {@link #getShaahZmanisGra() <em>shaah zmanis</em>} is less than 30 minutes. See
1796-
* {@link #getMinchaGedolaGreaterThan30()} for a convenience method that returns the later of the 2 calculations. One
1796+
* {@link #getMinchaGedolaGreaterThan30(Instant)} for a convenience method that returns the later of the 2 calculations. One
17971797
* should not use this time to start <em>mincha</em> before the standard {@link #getMinchaGedola() <em>mincha gedola</em>}.
17981798
* See Shulchan Aruch <a href="https://hebrewbooks.org/pdfpager.aspx?req=49624&st=&pgnum=291">Orach Chayim 234:1</a> and
17991799
* the Shaar Hatziyon <em>seif katan ches</em>. Since this calculation is a fixed 30 minutes of regular clock time after
@@ -1806,7 +1806,7 @@ public Instant getSofZmanTfila2HoursBeforeChatzos() {
18061806
* does not set, a <code>null</code> will be returned. See detailed explanation on top of the
18071807
* {@link AstronomicalCalendar} documentation.
18081808
* @see #getMinchaGedola()
1809-
* @see #getMinchaGedolaGreaterThan30()
1809+
* @see #getMinchaGedolaGreaterThan30(Instant)
18101810
* @see #getChatzos()
18111811
* @see #isUseAstronomicalChatzos()
18121812
* @see #isUseAstronomicalChatzosForOtherZmanim()
@@ -1877,8 +1877,8 @@ public Instant getMinchaGedola16Point1Degrees() {
18771877
* zmanis</em> after <em>chatzos</em> with <em>shaos zmaniyos</em> calculated based on a day starting 72 minutes before sunrise
18781878
* {@link #getAlos16Point1Degrees() <em>alos</em> 16.1&deg;} and ending 13.5 minutes after sunset {@link
18791879
* #getTzaisGeonim3Point7Degrees() <em>tzais</em> 3.7&deg;}. <em>Mincha gedola</em> is the earliest time to pray <em>mincha</em>.
1880-
* The later of this time or 30 clock minutes after <em>chatzos</em> is returned. See {@link #getMinchaGedolaGreaterThan30()}
1881-
* (though that calculation is based on <em>mincha gedola</em> GRA).
1880+
* The later of this time or 30 clock minutes after <em>chatzos</em> is returned. See {@link
1881+
* #getMinchaGedolaGreaterThan30(Instant)} for a way to claculate the later of 30 minutes or this <em>mincha gedola</em>.
18821882
* For more information about <em>mincha gedola</em> see the documentation on {@link #getMinchaGedola() <em>mincha gedola</em>}.
18831883
* Since calculation of this <em>zman</em> involves <em>chatzos</em> that is offset from the center of the astronomical day,
18841884
* {@link #isUseAstronomicalChatzosForOtherZmanim()} is N/A here.
@@ -1890,7 +1890,7 @@ public Instant getMinchaGedola16Point1Degrees() {
18901890
* @see #getAlos16Point1Degrees()
18911891
* @see #getTzaisGeonim3Point7Degrees()
18921892
* @see #getShaahZmanisAlos16Point1ToTzais3Point7()
1893-
* @see #getMinchaGedolaGreaterThan30()
1893+
* @see #getMinchaGedolaGreaterThan30(Instant)
18941894
*/
18951895
public Instant getMinchaGedolaAhavatShalom() {
18961896
if (getChatzos() == null || getMinchaGedola30Minutes() == null || getShaahZmanisAlos16Point1ToTzais3Point7() == Long.MIN_VALUE) {

0 commit comments

Comments
 (0)