Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 166088
Collapse All | Expand All

(-)src/org/eclipse/mylar/tasks/ui/editors/TaskEditor.java (-6 lines)
Lines 286-297 Link Here
286
		return;
286
		return;
287
	}
287
	}
288
288
289
	@Override
290
	public void setFocus() {
291
		if (taskPlanningEditor != null)
292
			taskPlanningEditor.setFocus();
293
	}
294
295
	public Browser getWebBrowser() {
289
	public Browser getWebBrowser() {
296
		return webBrowser;
290
		return webBrowser;
297
	}
291
	}

Return to bug 166088