We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476bbc3 commit c1b9a6eCopy full SHA for c1b9a6e
1 file changed
src/main/java/com/kosherjava/zmanim/util/ZmanimFormatter.java
@@ -274,8 +274,8 @@ public String format(Time time) {
274
*
275
* @param instant
276
* 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
+ * @param zoneId
+ * the {@link java.time.ZoneId ZoneId} used to help format based on the <code>Instant</code>'s DST and other
279
* settings.
280
* @return the formatted String
281
*/
0 commit comments