-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #388 from focus-shift/267-iso-3166-2
Use ISO 3166-2 to identify the country and the subdivisions
- Loading branch information
Showing
43 changed files
with
6,832 additions
and
4,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
/** | ||
* This enum provides a list of all supported holiday calendars. | ||
* | ||
* @author Sven Diedrichsen ([email protected]) | ||
* @version $Id$ | ||
*/ | ||
public enum HolidayCalendar { | ||
|
@@ -47,5 +46,4 @@ public enum HolidayCalendar { | |
public String getId() { | ||
return id; | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.