svendiedrichsen / jollyday

Jollyday - A holiday API
Other
189 stars 114 forks source link

can not get instance with url #46

Closed MaggiWuerze closed 7 years ago

MaggiWuerze commented 7 years ago

The code-description on your site still states that it is possible to call HolidayManager hm = HolidayManager.getInstance(url); But the method is no longer available. Is there a new way to load a config.xml?

svendiedrichsen commented 7 years ago

Yes, indeed. Try this HolidayManager.getInstance(ManagerParameters.create(URL)).

Cheers, Sven