Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Jan 12, 2024
1 parent b71c51d commit 03b5c60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ public class Calendars {
private static final Map<String, BusinessCalendar> calMap = new TreeMap<>();

/**
* Loads the line-separated calendar resources from the resource file configuration value
* Loads the line-separated calendar XML resources from the resource file configuration value
* {@value BUSINESS_CALENDAR_PROP_INTERNAL}. If the resource file configuration value
* {@value BUSINESS_CALENDAR_PROP_USER} exists, those line-separated calendar resources will be returned as well.
* {@value BUSINESS_CALENDAR_PROP_USER} exists, those line-separated calendar XML resources will be returned as
* well.
*
* @return the calendars
* @see BusinessCalendarXMLParser#loadBusinessCalendarFromResource(String)
*/
public static List<BusinessCalendar> calendarsFromConfiguration() {
final Configuration configuration = Configuration.getInstance();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.Set;

/**
* Provides the {@link BusinessCalendar business calendars} fromm {@link Calendars#calendarsFromConfiguration()}.
* Provides the {@link BusinessCalendar business calendars} from {@link Calendars#calendarsFromConfiguration()}.
*/
@Module
public interface CalendarsFromConfigurationModule {
Expand Down

0 comments on commit 03b5c60

Please sign in to comment.