1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 19:13:27 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-01-04 04:04:54 +00:00
parent 71ea7fe4f8
commit 53fe2a1451

View file

@ -123,7 +123,6 @@ public class WritableCIndex extends CIndex implements IWritableIndex {
fIsWriteLocked= false; fIsWriteLocked= false;
fWritableFragment.releaseWriteLock(establishReadlockCount, flush); fWritableFragment.releaseWriteLock(establishReadlockCount, flush);
} }
public void flush() throws CoreException { public void flush() throws CoreException {
assert !fIsWriteLocked; assert !fIsWriteLocked;