Remote trailing whitespace
This commit is contained in:
@@ -32,11 +32,11 @@ public class SampleParentContextApplication {
|
||||
public static void main(String[] args) throws Exception {
|
||||
new SpringApplicationBuilder(Parent.class).child(SampleParentContextApplication.class).run(args);
|
||||
}
|
||||
|
||||
|
||||
@EnableAutoConfiguration
|
||||
@ImportResource("integration-context.xml")
|
||||
protected static class Parent {
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user