You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticfinalintMAX_NEWS_URLS_NUM = 2000;
SitemapGeneratorBuilder<GoogleNewsSitemapGenerator> sgb= GoogleNewsSitemapGenerator.builder(MyURL, MyDirectory).dateFormat(dateFormat);
sgb.maxUrls(MAX_NEWS_URLS_NUM).build(); // here is the Problem
I can not use the function maxUrls(..) because it produce an Error!
The text was updated successfully, but these errors were encountered:
If i write following:
I can not use the function
maxUrls(..)
because it produce an Error!The text was updated successfully, but these errors were encountered: