Skip to content

Wrong javadoc for SpringApplicationBuilder - there is no defaultArgs method #7609

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

Closed
qwazer opened this issue Dec 9, 2016 · 0 comments
Closed
Assignees
Labels
type: documentation A documentation update
Milestone

Comments

@qwazer
Copy link

qwazer commented Dec 9, 2016

SpringApplicationBuilder has javadoc

* <pre>
* new SpringApplicationBuilder(Application.class).profiles(&quot;server&quot;)
* 		.defaultArgs(&quot;--transport=local&quot;).run(args);
* </pre>

but this class doesn't has method defaultArgs

Method defaultArgs was removed in commit 08cf5b4

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 9, 2016
@wilkinsona wilkinsona added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 13, 2016
@wilkinsona wilkinsona added this to the 1.4.3 milestone Dec 13, 2016
@wilkinsona wilkinsona self-assigned this Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

3 participants