Skip to content

Commit 71936b8

Browse files
authored
ZmanimCalendar - Fix link to Magen Avraham
1 parent 5dd0df5 commit 71936b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/main/java/com/kosherjava/zmanim/ZmanimCalendar.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Zmanim Java API
3-
* Copyright (C) 2004-2024 Eliyahu Hershfeld
3+
* Copyright (C) 2004-2025 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)
@@ -66,7 +66,7 @@
6666
* <h2>Disclaimer:</h2> I did my best to get accurate results, but please double-check before relying on these
6767
* <em>zmanim</em> for <em>halacha lema'aseh</em>.
6868
*
69-
* @author &copy; Eliyahu Hershfeld 2004 - 2024
69+
* @author &copy; Eliyahu Hershfeld 2004 - 2025
7070
*/
7171
public class ZmanimCalendar extends AstronomicalCalendar {
7272

@@ -502,7 +502,7 @@ public Date getSofZmanShmaGRA() {
502502
/**
503503
* This method returns the latest <em>zman krias shema</em> (time to recite shema in the morning) that is 3 *
504504
* {@link #getShaahZmanisMGA() <em>shaos zmaniyos</em>} (solar hours) after {@link #getAlos72()}, according to the
505-
* <a href="https://en.wikipedia.org/wiki/Avraham_Gombinern">Magen Avraham (MGA)</a>. The day is calculated
505+
* <a href="https://en.wikipedia.org/wiki/Avraham_Gombiner">Magen Avraham (MGA)</a>. The day is calculated
506506
* from 72 minutes before {@link #getSeaLevelSunrise() sea level sunrise} to 72 minutes after {@link
507507
* #getSeaLevelSunset() sea level sunset} or from 72 minutes before {@link #getSunrise() sunrise} to {@link #getSunset()
508508
* sunset} (depending on the {@link #isUseElevation()} setting).
@@ -643,7 +643,7 @@ public Date getSofZmanTfilaGRA() {
643643
/**
644644
* This method returns the latest <em>zman tfila</em> (time to recite shema in the morning) that is 4 *
645645
* {@link #getShaahZmanisMGA() <em>shaos zmaniyos</em>} (solar hours) after {@link #getAlos72()}, according to the
646-
* <em><a href="https://en.wikipedia.org/wiki/Avraham_Gombinern">Magen Avraham (MGA)</a></em>. The day is calculated
646+
* <em><a href="https://en.wikipedia.org/wiki/Avraham_Gombiner">Magen Avraham (MGA)</a></em>. The day is calculated
647647
* from 72 minutes before {@link #getSeaLevelSunrise() sea level sunrise} to 72 minutes after {@link
648648
* #getSeaLevelSunset() sea level sunset} or from 72 minutes before {@link #getSunrise() sunrise} to {@link #getSunset()
649649
* sunset} (depending on the {@link #isUseElevation()} setting).
@@ -1003,7 +1003,7 @@ public long getShaahZmanisGra() {
10031003

10041004
/**
10051005
* A method that returns a <em>shaah zmanis</em> (temporal hour) according to the opinion of the <em><a href=
1006-
* "https://en.wikipedia.org/wiki/Avraham_Gombinern">Magen Avraham (MGA)</a></em> based on a 72-minute <em>alos</em>
1006+
* "https://en.wikipedia.org/wiki/Avraham_Gombiner">Magen Avraham (MGA)</a></em> based on a 72-minute <em>alos</em>
10071007
* and <em>tzais</em>. This calculation divides the day that runs from dawn to dusk (for <em>sof zman krias shema</em> and
10081008
* <em>tfila</em>). Dawn for this calculation is 72 minutes before {@link #getSunrise() sunrise} or {@link #getSeaLevelSunrise()
10091009
* sea level sunrise} (depending on the {@link #isUseElevation()} elevation setting) and dusk is 72 minutes after {@link

0 commit comments

Comments
 (0)