Skip to content

Commit

Permalink
Review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Jan 16, 2024
1 parent 3e78f4e commit bc49c3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public static BusinessCalendar loadBusinessCalendarFromResource(String resource)
throw new RuntimeException("Could not open resource " + resource + " from classpath");
}
try (final InputStream bin = new BufferedInputStream(in)) {
return BusinessCalendarXMLParser.loadBusinessCalendar(bin);
return loadBusinessCalendar(bin);
}
}

Expand Down

0 comments on commit bc49c3e

Please sign in to comment.