Author: scabanovich
Date: 2010-09-22 11:56:26 -0400 (Wed, 22 Sep 2010)
New Revision: 25097
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/JarSystemImpl.java
Log:
JBIDE-3875
https://jira.jboss.org/browse/JBIDE-3875
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/JarSystemImpl.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/JarSystemImpl.java 2010-09-22
15:27:06 UTC (rev 25096)
+++
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/JarSystemImpl.java 2010-09-22
15:56:26 UTC (rev 25097)
@@ -51,12 +51,12 @@
if(this != getJarAccess().getMain()) return;
if(loaded2) return;
- loaded2 = true;
synchronized (this) {
jar.setLocation(getLocation());
super.loadChildren();
}
+ loaded2 = true;
}
public XModelObject[] getChildren() {