Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ private String applyRulesToString(final Calendar c) {
}

/**
* Creation method for new calender instances.
* Creation method for new calendar instances.
* @return a new Calendar instance.
*/
private Calendar newCalendar() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ private static void debugPrintJulLoggers(final String infoStr) {

////////////////
//////////////// INTERNAL DEVELOPER TESTS follow
//////////////// (these are NOT neccessary for unit test but source is kept here for reference and info)
//////////////// (these are NOT necessary for unit test but source is kept here for reference and info)

static {
if (DEVTEST) {
Expand Down