(no commit message)
[utils] / support / spring / src / main / java / org / wamblee / general / spring / SpringBeanFactory.java
index a22dbf76cf4cf177fbdd540bcefea9cb28651901..98c616c878439fa04257d1e891957d98b5e22b9f 100644 (file)
@@ -1,29 +1,26 @@
 /*
- * Copyright 2005 the original author or authors.
- *
+ * Copyright 2005-2010 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.
  * You may obtain a copy of the License at
- *
+ * 
  *      http://www.apache.org/licenses/LICENSE-2.0
- *
+ * 
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */
+ */ 
 package org.wamblee.general.spring;
 
 import org.springframework.beans.BeansException;
 import org.springframework.beans.factory.access.BeanFactoryLocator;
 import org.springframework.beans.factory.access.BeanFactoryReference;
-
 import org.springframework.context.access.ContextSingletonBeanFactoryLocator;
-
-import org.wamblee.general.BeanFactory;
-import org.wamblee.general.BeanFactoryException;
-import org.wamblee.general.BeanKernel;
+import org.wamblee.ioc.BeanFactory;
+import org.wamblee.ioc.BeanFactoryException;
 
 /**
  * Bean factory which uses Spring. This bean factory cannot be configured