@@ -1903,13 +1903,15 @@ public Instant getMinchaGedolaAhavatShalom() {
19031903
19041904 /**
19051905 * FIXME check for synchronous
1906- * This is a convenience method that returns the later of {@link #getMinchaGedola()} and
1907- * {@link #getMinchaGedola30Minutes()}. In the winter when 1/2 of a {@link #getShaahZmanisGra() <em>shaah zmanis</em>} is
1908- * less than 30 minutes {@link #getMinchaGedola30Minutes()} will be returned, otherwise {@link #getMinchaGedola()}
1909- * will be returned. Since this calculation can be an offset of <em>chatzos</em> (if 30 clock minutes > 1/2 of a <em>shaah
1910- * zmanis</em>), even if {@link #isUseAstronomicalChatzosForOtherZmanim()} is <code>false</code>, this <em>mincha</em> time
1911- * may be affected by {@link #isUseAstronomicalChatzos()}.
1912- *
1906+ * This is a convenience method that returns the later of the minchaGedola passed in and {@link
1907+ * #getMinchaGedola30Minutes()}. In the winter when 1/2 of a {@link #getShaahZmanisGra() <em>shaah zmanis</em>} is less
1908+ * than 30 minutes {@link #getMinchaGedola30Minutes()} will be returned, otherwise the minchaGedola passed in will be
1909+ * returned. Since this calculation can be an offset of <em>chatzos</em> (if 30 clock minutes > 1/2 of a <em>shaah
1910+ * zmanis</em>), even if {@link #isUseAstronomicalChatzosForOtherZmanim()} is <code>false</code>, this <em>mincha</em>
1911+ * time may be affected by {@link #isUseAstronomicalChatzos()}.
1912+ *
1913+ * @param minchaGedola
1914+ * the mincha gedola to be compared to {@link #getMinchaGedola30Minutes()}.
19131915 * @return the <code>Instant</code> of the later of {@link #getMinchaGedola()} and {@link #getMinchaGedola30Minutes()}.
19141916 * If the calculation can't be computed such as in the Arctic Circle where there is at least one day a year
19151917 * where the sun does not rise, and one where it does not set, a <code>null</code> will be returned. See detailed
0 commit comments