Skip to content

Commit c1b9a6e

Browse files
authored
Javadoc tweaks to ZmanimFormatter.java
1 parent 476bbc3 commit c1b9a6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ public String format(Time time) {
274274
*
275275
* @param instant
276276
* the <code>Instant</code> to format
277-
* @param zonedDateTime
278-
* the {@link java.time.ZonedDateTime ZonedDateTime} used to help format based on the ZonedDateTime DST and other
277+
* @param zoneId
278+
* the {@link java.time.ZoneId ZoneId} used to help format based on the <code>Instant</code>'s DST and other
279279
* settings.
280280
* @return the formatted String
281281
*/

0 commit comments

Comments
 (0)