Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using maxUrls( .. ) #20

Open
JesusMaciasAtos opened this issue Nov 17, 2015 · 0 comments
Open

Error using maxUrls( .. ) #20

JesusMaciasAtos opened this issue Nov 17, 2015 · 0 comments

Comments

@JesusMaciasAtos
Copy link

JesusMaciasAtos commented Nov 17, 2015

If i write following:

static final int MAX_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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant