Remove unnecessary clearAll calls

This commit is contained in:
Oscar Gonzalez Fernandez 2014-04-21 20:12:53 +02:00
parent 3c21e72f14
commit 8ada055b3a
2 changed files with 0 additions and 3 deletions

View file

@ -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()));
}

View file

@ -164,7 +164,6 @@ public class LimitingResourceAllocationController extends GenericForwardComposer
}
public void clear() {
limitingNewAllocationSelector.clearAll();
limitingNewAllocationSelectorCombo.clearAll();
}