Skip to content

Commit f463590

Browse files
authored
ZmanimCalendar JavaDoc typos
1 parent 8a0ae75 commit f463590

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎src/main/java/com/kosherjava/zmanim/ZmanimCalendar.java‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)