Skip to content

Commit ecfb42c

Browse files
authored
YomiCalculator Javadoc Fix
1 parent 0d88687 commit ecfb42c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/kosherjava/zmanim/hebrewcalendar/YomiCalculator.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)
@@ -23,7 +23,7 @@
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
*/
2828
public 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) {

0 commit comments

Comments
 (0)