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

[SHRINKWRAP-336] Provide addAsServiceProvider overload that supports String #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DavideD
Copy link
Contributor

@DavideD DavideD commented Dec 15, 2011

I hope is correct.

Cheers

for (Class<?> providerImpl : providerImpls) {
content.append(providerImpl.getName()).append('\n');
for (String providerImpl : providerImpls) {
content.append(providerImpl).append('\n');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shuoldn't be used System.getProperty("line.separator") instead of '\n'?

@DavideD
Copy link
Contributor Author

DavideD commented Dec 21, 2011

Shame on me

Is this solution better? I've moved the getServiceProvidersPath method from WebContainerBase to ContainerBase so that I now have a method for the location of the services.

@ALRubinger ALRubinger deleted the branch shrinkwrap:main December 22, 2021 11:00
@ALRubinger ALRubinger closed this Dec 22, 2021
@bartoszmajsak bartoszmajsak reopened this Dec 23, 2021
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

Successfully merging this pull request may close these issues.

None yet

3 participants