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

Javadoc comment of configuration properties should be trimmed after extraction #368

Closed
gsmet opened this issue Dec 20, 2018 · 0 comments
Closed
Assignees
Milestone

Comments

@gsmet
Copy link
Member

gsmet commented Dec 20, 2018

The content of shamrock-descriptions.properties for Undertow is currently the following:

shamrock.http.port=\ The HTTP port\n
shamrock.http.workerThreads=\ The number of worker threads used for blocking tasks, this will be automatically set to a reasonable value\n based on the number of CPU core if it is not provided\n
shamrock.http.ioThreads=\ The number if IO threads used to perform IO. This will be automatically set to a reasonable value based on\n the number of CPU cores if it is not provided\n
shamrock.http.host=\ The HTTP host\n

We should trim the Javadoc to avoid the \ at the beginning and the \n at the end.

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