remove extra import

This commit is contained in:
Loredana Crusoveanu 2018-06-24 19:16:55 +03:00
parent c19dfa510a
commit fd34932f4c
1 changed files with 0 additions and 1 deletions

View File

@ -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;