-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Change server log message to have "port" or "ports" rather than "ports(s)" #36103
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
Conversation
@asashour Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@asashour Thank you for signing the Contributor License Agreement! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, @asashour. I've left a few comments for your consideration when you have a minute.
...ct/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty/JettyWebServer.java
Outdated
Show resolved
Hide resolved
.../spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatWebServer.java
Outdated
Show resolved
Hide resolved
...ing-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServer.java
Outdated
Show resolved
Hide resolved
.../spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatWebServer.java
Outdated
Show resolved
Hide resolved
Thanks very much, @asashour. |
There are some places in the logs, which says
ports(s)
.I believe it would be better to say only
port
orports
according to the number of ports, if it is 1, then use the singular form, otherwise use the plural form.