Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
cb0e3c79
Commit
cb0e3c79
authored
Apr 30, 2019
by
Johnny Lim
Committed by
Stephane Nicoll
May 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
Closes gh-16688
parent
ed538a2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ReactiveWebServerFactoryAutoConfigurationTests.java
...ctive/ReactiveWebServerFactoryAutoConfigurationTests.java
+3
-3
ServletWebServerFactoryAutoConfigurationTests.java
...ervlet/ServletWebServerFactoryAutoConfigurationTests.java
+3
-3
No files found.
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryAutoConfigurationTests.java
View file @
cb0e3c79
...
...
@@ -314,7 +314,7 @@ public class ReactiveWebServerFactoryAutoConfigurationTests {
static
class
JettyServerCustomizerConfiguration
{
@Bean
public
JettyServerCustomizer
protocolHandl
erCustomizer
()
{
public
JettyServerCustomizer
serv
erCustomizer
()
{
return
(
server
)
->
{
};
...
...
@@ -326,7 +326,7 @@ public class ReactiveWebServerFactoryAutoConfigurationTests {
static
class
UndertowBuilderCustomizerConfiguration
{
@Bean
public
UndertowBuilderCustomizer
protocolHandl
erCustomizer
()
{
public
UndertowBuilderCustomizer
build
erCustomizer
()
{
return
(
builder
)
->
{
};
...
...
@@ -338,7 +338,7 @@ public class ReactiveWebServerFactoryAutoConfigurationTests {
static
class
UndertowDeploymentInfoCustomizerConfiguration
{
@Bean
public
UndertowDeploymentInfoCustomizer
protocolHandler
Customizer
()
{
public
UndertowDeploymentInfoCustomizer
deploymentInfo
Customizer
()
{
return
(
deploymentInfo
)
->
{
};
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/servlet/ServletWebServerFactoryAutoConfigurationTests.java
View file @
cb0e3c79
...
...
@@ -428,7 +428,7 @@ public class ServletWebServerFactoryAutoConfigurationTests {
static
class
JettyServerCustomizerConfiguration
{
@Bean
public
JettyServerCustomizer
protocolHandl
erCustomizer
()
{
public
JettyServerCustomizer
serv
erCustomizer
()
{
return
(
server
)
->
{
};
...
...
@@ -440,7 +440,7 @@ public class ServletWebServerFactoryAutoConfigurationTests {
static
class
UndertowBuilderCustomizerConfiguration
{
@Bean
public
UndertowBuilderCustomizer
protocolHandl
erCustomizer
()
{
public
UndertowBuilderCustomizer
build
erCustomizer
()
{
return
(
builder
)
->
{
};
...
...
@@ -452,7 +452,7 @@ public class ServletWebServerFactoryAutoConfigurationTests {
static
class
UndertowDeploymentInfoCustomizerConfiguration
{
@Bean
public
UndertowDeploymentInfoCustomizer
protocolHandler
Customizer
()
{
public
UndertowDeploymentInfoCustomizer
deploymentInfo
Customizer
()
{
return
(
deploymentInfo
)
->
{
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment