ItEr28S15CUVisualizacionModelosPlanificacionItEr21S08: Removing access to planner by getting parent

This commit is contained in:
Óscar González Fernández 2009-09-30 23:28:52 +02:00
parent 20964a44f8
commit c5b12c6901

View file

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