Fixes a problem that could have solved #2071; Resolves the problems described in...
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / store / CdmStore.java
index 488c8f4976926522a5d715a929783b14699f48b4..cc6a56c7b8242fd53fe4d78ab45705cc4b0ac977 100644 (file)
@@ -148,7 +148,7 @@ public class CdmStore{
                        @Override
                        public void run() {
                                getContextManager().notifyContextAboutToStop(monitor);
-                               if((monitor == null || (!monitor.isCanceled()) && isActive() && StoreUtil.closeAll())){
+                               if((monitor == null || (!monitor.isCanceled()) && isActive())){
                                        getContextManager().notifyContextStop(monitor);
                                        if(instance.getApplicationController() != null){
                                                instance.getApplicationController().close();