File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/main/java/com/kosherjava/zmanim/hebrewcalendar Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Zmanim Java API
3
- * Copyright (C) 2019 - 2024 Eliyahu Hershfeld
3
+ * Copyright (C) 2019 - 2025 Eliyahu Hershfeld
4
4
* Copyright (C) 2019 - 2021 Y Paritcher
5
5
*
6
6
* This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General
45
45
* System.out.println(hdf.format(jewishCalendar) + ": " + tr.isTachanunRecitedShacharis(jewishCalendar));</pre>
46
46
*
47
47
* @author © Y. Paritcher 2019 - 2021
48
- * @author © Eliyahu Hershfeld 2019 - 2024
48
+ * @author © Eliyahu Hershfeld 2019 - 2025
49
49
*
50
50
* @todo The following items may be added at a future date.
51
51
* <ol>
@@ -146,6 +146,13 @@ public class TefilaRules {
146
146
*/
147
147
private boolean mizmorLesodaRecitedErevYomKippurAndPesach = false ;
148
148
149
+ /**
150
+ * Default constructor of the TefilaRules. It currently does not have any parameters.
151
+ */
152
+ public TefilaRules () {
153
+ // nothing here
154
+ }
155
+
149
156
/**
150
157
* Returns if <em>tachanun</em> is recited during <em>shacharis</em> on the day in question. There are the many
151
158
* <em>minhagim</em> based settings that are available in this class that control what days are set for
You can’t perform that action at this time.
0 commit comments