remove extra import
This commit is contained in:
parent
c19dfa510a
commit
fd34932f4c
|
@ -1,7 +1,6 @@
|
||||||
package com.baeldung.scope;
|
package com.baeldung.scope;
|
||||||
|
|
||||||
import com.baeldung.scope.prototype.PrototypeBean;
|
import com.baeldung.scope.prototype.PrototypeBean;
|
||||||
import com.baeldung.scope.prototype.PrototypeBeanWithParam;
|
|
||||||
import com.baeldung.scope.singletone.SingletonAppContextBean;
|
import com.baeldung.scope.singletone.SingletonAppContextBean;
|
||||||
import com.baeldung.scope.singletone.SingletonBean;
|
import com.baeldung.scope.singletone.SingletonBean;
|
||||||
import com.baeldung.scope.singletone.SingletonFunctionBean;
|
import com.baeldung.scope.singletone.SingletonFunctionBean;
|
||||||
|
|
Loading…
Reference in New Issue