Fix Checkstyle violations

This commit is contained in:
Artem Bilan
2017-07-24 14:05:53 -04:00
parent c26cac4c17
commit 784d891fa5
3 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ public class TestXmlApplicationContext extends AbstractXmlApplicationContext {
private final Resource[] resources;
public TestXmlApplicationContext(String ... xmlStrings) {
public TestXmlApplicationContext(String... xmlStrings) {
resources = new Resource[xmlStrings.length];
for (int i = 0; i < xmlStrings.length; i++) {
resources[i] = new TestResource(xmlStrings[i]);