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 259981 | Differences between
and this patch

Collapse All | Expand All

(-)supplement/src/org/eclipse/osgi/storagemanager/StorageManager.java (+3 lines)
Lines 554-559 Link Here
554
			if (error)
554
			if (error)
555
				fileStream.abort();
555
				fileStream.abort();
556
		}
556
		}
557
558
		if (openCleanup)
559
			cleanup();
557
		tableStamp = ReliableFile.lastModifiedVersion(tableFile);
560
		tableStamp = ReliableFile.lastModifiedVersion(tableFile);
558
	}
561
	}
559
562

Return to bug 259981