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

(-)src/org/eclipse/core/commands/operations/DefaultOperationHistory.java (-1 / +1 lines)
Lines 551-558 Link Here
551
		 */
551
		 */
552
552
553
		List filtered = new ArrayList();
553
		List filtered = new ArrayList();
554
		Iterator iterator = list.iterator();
555
		synchronized (undoRedoHistoryLock) {
554
		synchronized (undoRedoHistoryLock) {
555
	      Iterator iterator = list.iterator();
556
			while (iterator.hasNext()) {
556
			while (iterator.hasNext()) {
557
				IUndoableOperation operation = (IUndoableOperation) iterator
557
				IUndoableOperation operation = (IUndoableOperation) iterator
558
						.next();
558
						.next();

Return to bug 330258