Merge branch '1.4.x' into 1.5.x
This commit is contained in:
@@ -50,4 +50,5 @@ public class ConfigFileApplicationContextInitializerTests {
|
||||
public static class Config {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -78,6 +78,7 @@ public class MockBeanWithAsyncInterfaceMethodIntegrationTests {
|
||||
public MyService myService(Transformer transformer) {
|
||||
return new MyService(transformer);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -201,4 +201,5 @@ public class TestRestTemplateTests {
|
||||
.isEqualTo(password);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user