Remove unnecessary clearAll calls
This commit is contained in:
parent
3c21e72f14
commit
8ada055b3a
2 changed files with 0 additions and 3 deletions
|
|
@ -370,7 +370,6 @@ public class ResourceAllocationController extends GenericForwardComposer {
|
|||
public void onCloseSelectWorkers() {
|
||||
tbResourceAllocation.setSelected(true);
|
||||
applyButton.setVisible(true);
|
||||
newAllocationSelector.clearAll();
|
||||
}
|
||||
|
||||
public enum CalculationTypeRadio {
|
||||
|
|
@ -551,7 +550,6 @@ public class ResourceAllocationController extends GenericForwardComposer {
|
|||
}
|
||||
|
||||
public void clear() {
|
||||
newAllocationSelector.clearAll();
|
||||
allocationsGrid.setModel(new SimpleListModel(Collections.emptyList()));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -164,7 +164,6 @@ public class LimitingResourceAllocationController extends GenericForwardComposer
|
|||
}
|
||||
|
||||
public void clear() {
|
||||
limitingNewAllocationSelector.clearAll();
|
||||
limitingNewAllocationSelectorCombo.clearAll();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue