Skip to content

Commit 6e18397

Browse files
authored
Minor Javadoc tweaks to AstronomicalCalculator
1 parent 27a2fc8 commit 6e18397

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/kosherjava/zmanim/util/AstronomicalCalculator.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ public abstract double getUTCSunset(LocalDate localDate, GeoLocation geoLocation
186186
* horizontal coordinate system at the given location at the given time. Can be negative if the sun is below the
187187
* horizon. Not corrected for altitude.
188188
*
189-
* @param localDate
190-
* time of calculation
189+
* @param zonedDateTime
190+
* the ZonedDateTime of the time of calculation
191191
* @param geoLocation
192192
* The location information
193193
* @return solar elevation in degrees. The horizon (calculated in a vacuum using the solar radius as the point)
@@ -201,8 +201,8 @@ public abstract double getUTCSunset(LocalDate localDate, GeoLocation geoLocation
201201
* horizontal coordinate system at the given location at the given time. Not corrected for altitude. True south is 180
202202
* degrees.
203203
*
204-
* @param localDate
205-
* time of calculation
204+
* @param zonedDateTime
205+
* The ZonedDateTime of the time of calculation.
206206
* @param geoLocation
207207
* The location information
208208
* @return the solar azimuth in degrees. Astronomical midday would be 180 in the norther hemosphere and 0 in the

0 commit comments

Comments
 (0)