Removed unused lines in ConfigurationController
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
7f2cc96046
commit
89ac488a79
1 changed files with 0 additions and 4 deletions
|
|
@ -28,10 +28,8 @@ import java.util.Arrays;
|
|||
import java.util.Collections;
|
||||
import java.util.Comparator;
|
||||
import java.util.ConcurrentModificationException;
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
|
|
@ -118,8 +116,6 @@ public class ConfigurationController extends GenericForwardComposer {
|
|||
|
||||
private UserRole roles;
|
||||
|
||||
private Grid configurationRoles;
|
||||
|
||||
@Override
|
||||
public void doAfterCompose(Component comp) throws Exception {
|
||||
super.doAfterCompose(comp);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue