Skip to content

Commit 77bdea8

Browse files
authored
Fix Javadoc issues in AstronomicalCalendar
1 parent 6e18397 commit 77bdea8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/kosherjava/zmanim/AstronomicalCalendar.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ private LocalDate getAdjustedLocalDate(){
768768
/**
769769
* Used by Molad based <em>zmanim</em> to determine if <em>zmanim</em> occur during the current day.
770770
* This is also used as the anchor for current timezone-offset calculations.
771-
* @see #getMoladBasedTime(Instant, Instant, Instant, boolean)
772771
* @return midnight at the start of the current local date in the configured timezone
773772
*/
774773
protected ZonedDateTime getMidnightLastNight() {
@@ -777,7 +776,6 @@ protected ZonedDateTime getMidnightLastNight() {
777776

778777
/**
779778
* Used by Molad based <em>zmanim</em> to determine if <em>zmanim</em> occur during the current day.
780-
* @see #getMoladBasedTime(Instant, Instant, Instant, boolean)
781779
* @return following midnight
782780
*/
783781
protected ZonedDateTime getMidnightTonight() {

0 commit comments

Comments
 (0)