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 275123
Collapse All | Expand All

(-)src/org/eclipse/team/internal/ui/mapping/CompareInputChangeNotifier.java (-1 / +2 lines)
Lines 189-195 Link Here
189
	 */
189
	 */
190
	public void dispose() {
190
	public void dispose() {
191
		ResourcesPlugin.getWorkspace().removeResourceChangeListener(this);
191
		ResourcesPlugin.getWorkspace().removeResourceChangeListener(this);
192
		eventHandler.shutdown();
192
		if (eventHandler != null)
193
			eventHandler.shutdown();
193
	}
194
	}
194
195
195
	/**
196
	/**

Return to bug 275123