ItEr28S15CUVisualizacionModelosPlanificacionItEr21S08: Removing access to planner by getting parent
This commit is contained in:
parent
20964a44f8
commit
c5b12c6901
1 changed files with 0 additions and 6 deletions
|
|
@ -3,9 +3,7 @@ package org.zkoss.ganttz;
|
|||
import java.lang.reflect.Method;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.Calendar;
|
||||
import java.util.Collection;
|
||||
import java.util.Date;
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
|
|
@ -306,10 +304,6 @@ public class LeftTasksTree extends HtmlMacroComponent {
|
|||
}
|
||||
}
|
||||
|
||||
Planner getPlanner() {
|
||||
return (Planner) getParent();
|
||||
}
|
||||
|
||||
public void taskRemoved(Task taskRemoved) {
|
||||
tasksTreeModel.remove(taskRemoved);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue