Don't let the thread local hang forever in the threads local map

FEA: ItEr74S08DeployFramework
This commit is contained in:
Óscar González Fernández 2011-05-23 13:51:36 +02:00
parent 7a909fcfea
commit a4db574b11

View file

@ -80,7 +80,7 @@ public class LongOperationFeedback {
} catch (Exception e) {
throw new RuntimeException(e);
} finally {
alreadyInside.set(false);
alreadyInside.remove();
Clients.showBusy(null, false);
}
}