From 387db84087c8771d3bb0ece8a19280e2028c52ec Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 30 Dec 2010 00:02:42 +0000 Subject: [PATCH] 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 --- source/net/yacy/kelondro/rwi/IndexCell.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/net/yacy/kelondro/rwi/IndexCell.java b/source/net/yacy/kelondro/rwi/IndexCell.java index 16e2626ec..77b62cf4f 100644 --- a/source/net/yacy/kelondro/rwi/IndexCell.java +++ b/source/net/yacy/kelondro/rwi/IndexCell.java @@ -493,9 +493,8 @@ public final class IndexCell 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); }