update copyright dates, fix test method typo, xml cleanup, add varg - for BATCH-2227

This commit is contained in:
Chris Schaefer
2014-05-07 12:29:49 -04:00
parent 90aca9c98b
commit 57f409e0f1
4 changed files with 13 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2006-2007 the original author or authors.
* Copyright 2006-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -138,7 +138,7 @@ public class GenericApplicationContextFactoryTests {
}
@Test
public void testEqualsMultileConfigs() throws Exception {
public void testEqualsMultipleConfigs() throws Exception {
Resource resource1 = new ClassPathResource(ClassUtils.addResourcePathToPackagePath(getClass(),
"abstract-context.xml"));
Resource resource2 = new ClassPathResource(ClassUtils.addResourcePathToPackagePath(getClass(),
@@ -178,5 +178,4 @@ public class GenericApplicationContextFactoryTests {
this.values = values;
}
}
}