File tree Expand file tree Collapse file tree
src/main/java/com/kosherjava/zmanim Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,9 +272,9 @@ protected Instant getSunriseBasedOnElevationSetting() {
272272 }
273273
274274 /**
275- * This method will return {@link #getSeaLevelSunrise () sea level sunrise } if {@link #isUseElevation()} is false (the default),
276- * or elevation adjusted {@link #getSunrise ()} if it is true. This allows relevant <em>zmanim</em>
277- * in this and extending classes (such as the {@link ComprehensiveZmanimCalendar}) to automatically adjust to the elevation setting.
275+ * This method will return {@link #getSeaLevelSunset () sea level sunset } if {@link #isUseElevation()} is false (the default), or
276+ * elevation adjusted {@link #getSunset ()} if it is true. This allows relevant <em>zmanim</em>in this and extending classes (such
277+ * as the {@link ComprehensiveZmanimCalendar}) to automatically adjust to the elevation setting.
278278 *
279279 * @return {@link #getSeaLevelSunset()} if {@link #isUseElevation()} is false (the default), or elevation adjusted
280280 * {@link #getSunset()} if it is true.
You can’t perform that action at this time.
0 commit comments