[dependency-shot] r405 committed - Remove unused import

0 views
Skip to first unread message

depende...@googlecode.com

unread,
Apr 7, 2011, 12:25:44 PM4/7/11
to depende...@googlegroups.com
Revision: 405
Author: mathieuancelin
Date: Thu Apr 7 09:11:41 2011
Log: Remove unused import
http://code.google.com/p/dependency-shot/source/detail?r=405

Modified:

/trunk/dependency-shot-core/src/main/java/cx/ath/mancel01/dependencyshot/injection/InjectorImpl.java

=======================================
---
/trunk/dependency-shot-core/src/main/java/cx/ath/mancel01/dependencyshot/injection/InjectorImpl.java
Fri Mar 25 08:27:41 2011
+++
/trunk/dependency-shot-core/src/main/java/cx/ath/mancel01/dependencyshot/injection/InjectorImpl.java
Thu Apr 7 09:11:41 2011
@@ -29,7 +29,6 @@
import cx.ath.mancel01.dependencyshot.event.InjectionStartedEvent;
import cx.ath.mancel01.dependencyshot.event.InjectionStoppedEvent;
import
cx.ath.mancel01.dependencyshot.exceptions.DSCyclicDependencyDetectedException;
-import cx.ath.mancel01.dependencyshot.exceptions.DSException;
import cx.ath.mancel01.dependencyshot.exceptions.ExceptionManagedException;
import cx.ath.mancel01.dependencyshot.exceptions.ExceptionManager;
import cx.ath.mancel01.dependencyshot.graph.Binder;
@@ -38,7 +37,7 @@
import cx.ath.mancel01.dependencyshot.injection.handlers.ClassHandler;
import
cx.ath.mancel01.dependencyshot.injection.handlers.ConstructorHandler;
import cx.ath.mancel01.dependencyshot.injection.util.InstanceProvider;
-import cx.ath.mancel01.dependencyshot.scope.SimpleScope;
+import cx.ath.mancel01.dependencyshot.scope.DependentScope;
import cx.ath.mancel01.dependencyshot.spi.CustomScopeHandler;
import cx.ath.mancel01.dependencyshot.spi.InstanceLifecycleHandler;
import cx.ath.mancel01.dependencyshot.spi.PluginsLoader;
@@ -646,7 +645,7 @@
if (handler != null) {
return scopeHandlers.get(clazz);
} else {
- return new SimpleScope();
+ return new DependentScope();
}
}

Reply all
Reply to author
Forward
0 new messages