Polish contribution

See gh-28239
This commit is contained in:
Stephane Nicoll
2021-10-13 09:07:46 +02:00
parent 1770f065a5
commit cc8d7fc605
4 changed files with 6 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ class ConfigDataEnvironmentContributors implements Iterable<ConfigDataEnvironmen
* {@link ConfigDataEnvironmentContributors} instance.
* @param importer the importer used to import {@link ConfigData}
* @param activationContext the current activation context or {@code null} if the
* context has not got been created
* context has not yet been created
* @return a {@link ConfigDataEnvironmentContributors} instance with all relevant
* imports have been processed
*/

View File

@@ -100,7 +100,8 @@ public class NettyReactiveWebServerFactory extends AbstractReactiveWebServerFact
}
/**
* Add {@link NettyServerCustomizer}s that should apply while building the server.
* Add {@link NettyServerCustomizer}s that should be applied while building the
* server.
* @param serverCustomizers the customizers to add
*/
public void addServerCustomizers(NettyServerCustomizer... serverCustomizers) {