Delete unused import

This commit is contained in:
Sam Brannen 2017-10-15 16:15:44 +02:00
parent 43b5e21947
commit e9367a11f6
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ import java.util.Map;
import org.springframework.beans.factory.ObjectFactory;
import org.springframework.beans.factory.config.Scope;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* A simple transaction-backed {@link Scope} implementation, delegating to