Polish contribution
See gh-28239
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user