formatting work
This commit is contained in:
@@ -11,7 +11,6 @@ public class ChildValueHolder {
|
||||
@Value("${child.name:-}")
|
||||
private String childName;
|
||||
|
||||
|
||||
public String getParentName() {
|
||||
return parentName;
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@ public class ParentValueHolder {
|
||||
@Value("${child.name:-}")
|
||||
private String childName;
|
||||
|
||||
|
||||
public String getParentName() {
|
||||
return parentName;
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
|
||||
@RunWith(Suite.class)
|
||||
@SuiteClasses({//@formatter:off
|
||||
@SuiteClasses({ //@formatter:off
|
||||
PropertiesWithXmlIntegrationTest.class,
|
||||
ExternalPropertiesWithJavaIntegrationTest.class,
|
||||
ExternalPropertiesWithMultipleXmlsIntegrationTest.class,
|
||||
|
||||
Reference in New Issue
Block a user