Skip to content

Commit 67a6671

Browse files
authored
Germany - Fix Easter Sunday (#624)
Remove Hessen #623
1 parent 8e38b58 commit 67a6671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nager.Date/HolidayProviders/GermanyHolidayProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
113113
HolidayTypes = HolidayTypes.Public
114114
},
115115
this._catholicProvider.GoodFriday("Karfreitag", year),
116-
this._catholicProvider.EasterSunday("Ostersonntag", year).SetSubdivisionCodes("DE-BB", "DE-HE"),
116+
this._catholicProvider.EasterSunday("Ostersonntag", year).SetSubdivisionCodes("DE-BB"),
117117
this._catholicProvider.EasterMonday("Ostermontag", year),
118118
this._catholicProvider.AscensionDay("Christi Himmelfahrt", year),
119119
this._catholicProvider.Pentecost("Pfingstsonntag", year).SetSubdivisionCodes("DE-BB", "DE-HE"),

0 commit comments

Comments
 (0)