Remove unused method
This commit is contained in:
parent
c93a1399f3
commit
e80647ee8c
1 changed files with 0 additions and 8 deletions
|
|
@ -639,14 +639,6 @@ public class TaskElementAdapter {
|
|||
});
|
||||
}
|
||||
|
||||
private BigDecimal getTotalBudget() {
|
||||
if ((taskElement == null)
|
||||
|| (taskElement.getOrderElement() == null)) {
|
||||
return BigDecimal.ZERO;
|
||||
}
|
||||
return taskElement.getOrderElement().getResourcesBudget();
|
||||
}
|
||||
|
||||
private BigDecimal getMoneyCost() {
|
||||
if ((taskElement == null)
|
||||
|| (taskElement.getOrderElement() == null)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue