We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# Configure the parsers to be used for each individual configuration type parser.impl.de.focus_shift.jollyday.core.spi.Fixed = de.focus_shift.jollyday.core.parser.impl.FixedParser parser.impl.de.focus_shift.jollyday.core.spi.FixedWeekdayInMonth = de.focus_shift.jollyday.core.parser.impl.FixedWeekdayInMonthParser parser.impl.de.focus_shift.jollyday.core.spi.IslamicHoliday = de.focus_shift.jollyday.core.parser.impl.IslamicHolidayParser parser.impl.de.focus_shift.jollyday.core.spi.ChristianHoliday = de.focus_shift.jollyday.core.parser.impl.ChristianHolidayParser parser.impl.de.focus_shift.jollyday.core.spi.RelativeToFixed = de.focus_shift.jollyday.core.parser.impl.RelativeToFixedParser parser.impl.de.focus_shift.jollyday.core.spi.RelativeToWeekdayInMonth = de.focus_shift.jollyday.core.parser.impl.RelativeToWeekdayInMonthParser parser.impl.de.focus_shift.jollyday.core.spi.FixedWeekdayBetweenFixed = de.focus_shift.jollyday.core.parser.impl.FixedWeekdayBetweenFixedParser parser.impl.de.focus_shift.jollyday.core.spi.FixedWeekdayRelativeToFixed = de.focus_shift.jollyday.core.parser.impl.FixedWeekdayRelativeToFixedParser parser.impl.de.focus_shift.jollyday.core.spi.EthiopianOrthodoxHoliday = de.focus_shift.jollyday.core.parser.impl.EthiopianOrthodoxHolidayParser parser.impl.de.focus_shift.jollyday.core.spi.RelativeToEasterSunday = de.focus_shift.jollyday.core.parser.impl.RelativeToEasterSundayParser
will be
# Configure the parsers to be used for each individual configuration type parser.impl.de.focus_shift.jollyday.core.spi.FixedHoliday = de.focus_shift.jollyday.core.parser.impl.FixedParser parser.impl.de.focus_shift.jollyday.core.spi.FixedWeekdayInMonthHoliday = de.focus_shift.jollyday.core.parser.impl.FixedWeekdayInMonthParser parser.impl.de.focus_shift.jollyday.core.spi.IslamicHoliday = de.focus_shift.jollyday.core.parser.impl.IslamicHolidayParser parser.impl.de.focus_shift.jollyday.core.spi.ChristianHoliday = de.focus_shift.jollyday.core.parser.impl.ChristianHolidayParser parser.impl.de.focus_shift.jollyday.core.spi.RelativeToFixedHoliday = de.focus_shift.jollyday.core.parser.impl.RelativeToFixedParser parser.impl.de.focus_shift.jollyday.core.spi.RelativeToWeekdayInMonthHoliday = de.focus_shift.jollyday.core.parser.impl.RelativeToWeekdayInMonthParser parser.impl.de.focus_shift.jollyday.core.spi.FixedWeekdayBetweenFixedHoliday = de.focus_shift.jollyday.core.parser.impl.FixedWeekdayBetweenFixedParser parser.impl.de.focus_shift.jollyday.core.spi.FixedWeekdayRelativeToFixedHoliday = de.focus_shift.jollyday.core.parser.impl.FixedWeekdayRelativeToFixedParser parser.impl.de.focus_shift.jollyday.core.spi.EthiopianOrthodoxHolidayHoliday = de.focus_shift.jollyday.core.parser.impl.EthiopianOrthodoxHolidayParser parser.impl.de.focus_shift.jollyday.core.spi.RelativeToEasterSundayHoliday = de.focus_shift.jollyday.core.parser.impl.RelativeToEasterSundayParser
The text was updated successfully, but these errors were encountered:
No branches or pull requests
More information
will be
The text was updated successfully, but these errors were encountered: