maybe found bug in non-working index dumper

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7414 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2010-12-30 00:02:42 +00:00
parent 4bce2f9c20
commit 387db84087

View File

@ -493,9 +493,8 @@ public final class IndexCell<ReferenceType extends Reference> extends AbstractBu
} catch (Exception e) {
// catch all exceptions to prevent that no semaphore is released
Log.logException(e);
} finally {
this.dumperSemaphore.release();
}
this.dumperSemaphore.release();
} catch (InterruptedException e) {
Log.logException(e);
}