File tree Expand file tree Collapse file tree
src/main/java/com/kosherjava/zmanim/hebrewcalendar Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
22 * Zmanim Java API
3- * Copyright (C) 2011-2025 Eliyahu Hershfeld
3+ * Copyright (C) 2011-2026 Eliyahu Hershfeld
44 *
55 * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General
66 * Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)
2323 * use the {@link YerushalmiYomiCalculator}. The library may cover Mishna Yomi etc. at some point in the future.
2424 *
2525 * @author © Bob Newell (original C code)
26- * @author © Eliyahu Hershfeld 2011 - 2025
26+ * @author © Eliyahu Hershfeld 2011 - 2026
2727 */
2828public class YomiCalculator {
2929
@@ -136,8 +136,8 @@ public static Daf getDafYomiBavli(JewishCalendar jewishCalendar) {
136136 /**
137137 * Return the <a href="http://en.wikipedia.org/wiki/Julian_day">Julian day</a> from a Java Calendar.
138138 *
139- * @param calendar
140- * The Java Calendar of the date to be calculated
139+ * @param localDate
140+ * The Java {@link java.time.LocalDate} of the date to be calculated
141141 * @return the Julian day number corresponding to the date
142142 */
143143 private static int getJulianDay (LocalDate localDate ) {
You can’t perform that action at this time.
0 commit comments