|
1 | 1 | /* |
2 | 2 | * Zmanim Java API |
3 | | - * Copyright (C) 2004-2024 Eliyahu Hershfeld |
| 3 | + * Copyright (C) 2004-2025 Eliyahu Hershfeld |
4 | 4 | * |
5 | 5 | * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General |
6 | 6 | * Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) |
|
66 | 66 | * <h2>Disclaimer:</h2> I did my best to get accurate results, but please double-check before relying on these |
67 | 67 | * <em>zmanim</em> for <em>halacha lema'aseh</em>. |
68 | 68 | * |
69 | | - * @author © Eliyahu Hershfeld 2004 - 2024 |
| 69 | + * @author © Eliyahu Hershfeld 2004 - 2025 |
70 | 70 | */ |
71 | 71 | public class ZmanimCalendar extends AstronomicalCalendar { |
72 | 72 |
|
@@ -502,7 +502,7 @@ public Date getSofZmanShmaGRA() { |
502 | 502 | /** |
503 | 503 | * This method returns the latest <em>zman krias shema</em> (time to recite shema in the morning) that is 3 * |
504 | 504 | * {@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 |
506 | 506 | * from 72 minutes before {@link #getSeaLevelSunrise() sea level sunrise} to 72 minutes after {@link |
507 | 507 | * #getSeaLevelSunset() sea level sunset} or from 72 minutes before {@link #getSunrise() sunrise} to {@link #getSunset() |
508 | 508 | * sunset} (depending on the {@link #isUseElevation()} setting). |
@@ -643,7 +643,7 @@ public Date getSofZmanTfilaGRA() { |
643 | 643 | /** |
644 | 644 | * This method returns the latest <em>zman tfila</em> (time to recite shema in the morning) that is 4 * |
645 | 645 | * {@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 |
647 | 647 | * from 72 minutes before {@link #getSeaLevelSunrise() sea level sunrise} to 72 minutes after {@link |
648 | 648 | * #getSeaLevelSunset() sea level sunset} or from 72 minutes before {@link #getSunrise() sunrise} to {@link #getSunset() |
649 | 649 | * sunset} (depending on the {@link #isUseElevation()} setting). |
@@ -1003,7 +1003,7 @@ public long getShaahZmanisGra() { |
1003 | 1003 |
|
1004 | 1004 | /** |
1005 | 1005 | * 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> |
1007 | 1007 | * and <em>tzais</em>. This calculation divides the day that runs from dawn to dusk (for <em>sof zman krias shema</em> and |
1008 | 1008 | * <em>tfila</em>). Dawn for this calculation is 72 minutes before {@link #getSunrise() sunrise} or {@link #getSeaLevelSunrise() |
1009 | 1009 | * sea level sunrise} (depending on the {@link #isUseElevation()} elevation setting) and dusk is 72 minutes after {@link |
|
0 commit comments