Clean all unused and redundant imports in controller.
[controller.git] / opendaylight / usermanager / api / src / main / java / org / opendaylight / controller / usermanager / IUserManager.java
index cd86ed73fe6935cc2c437d4b3be1b03fb35d1689..141f50cd6261868c8606dd9a863f6481dab2a803 100644 (file)
@@ -15,9 +15,6 @@ import java.util.Set;
 import org.opendaylight.controller.sal.authorization.AuthResultEnum;
 import org.opendaylight.controller.sal.authorization.UserLevel;
 import org.opendaylight.controller.sal.utils.Status;
-import org.opendaylight.controller.usermanager.AuthorizationConfig;
-import org.opendaylight.controller.usermanager.ServerConfig;
-import org.opendaylight.controller.usermanager.UserConfig;
 import org.springframework.security.core.userdetails.UserDetailsService;
 import org.springframework.security.web.context.SecurityContextRepository;