Quitados imports innecesarios

This commit is contained in:
dalvarezgon
2020-01-01 12:15:41 +01:00
parent 117feb7754
commit e80177be1a

View File

@@ -1,7 +1,6 @@
package managedbean.systemAdmin; package managedbean.systemAdmin;
import java.io.Serializable; import java.io.Serializable;
import java.util.List;
import javax.annotation.PostConstruct; import javax.annotation.PostConstruct;
import javax.enterprise.context.RequestScoped; import javax.enterprise.context.RequestScoped;
@@ -9,7 +8,6 @@ import javax.faces.application.FacesMessage;
import javax.inject.Named; import javax.inject.Named;
import TO.LoggedUserTO; import TO.LoggedUserTO;
import TO.MedicalSpecialtyTO;
import common.HashUtils; import common.HashUtils;
import managedbean.common.ManagedBeanBase; import managedbean.common.ManagedBeanBase;
import managedbean.common.SessionUtils; import managedbean.common.SessionUtils;