Browse Source

Minor post-merge cleanup

pull/7/head
Chris Beams 15 years ago
parent
commit
4214bc0735
  1. 2
      .gitignore
  2. 1
      org.springframework.context/src/main/java/org/springframework/context/support/GenericXmlApplicationContext.java

2
.gitignore vendored

@ -9,3 +9,5 @@ org.springframework.test/test-output/ @@ -9,3 +9,5 @@ org.springframework.test/test-output/
build.sh
org.springframework.beans/.settings/org.springframework.ide.eclipse.beans.core.prefs
org.springframework.beans/.settings/org.springframework.ide.eclipse.core.prefs
org.springframework.jdbc/derby.log
spring-build

1
org.springframework.context/src/main/java/org/springframework/context/support/GenericXmlApplicationContext.java

@ -18,6 +18,7 @@ package org.springframework.context.support; @@ -18,6 +18,7 @@ package org.springframework.context.support;
import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
import org.springframework.core.env.ConfigurableEnvironment;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
/**

Loading…
Cancel
Save