Author: scabanovich
Date: 2009-10-13 06:34:13 -0400 (Tue, 13 Oct 2009)
New Revision: 18060
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/editor/ObjectMultiPageEditor.java
Log:
print removed
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/editor/ObjectMultiPageEditor.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/editor/ObjectMultiPageEditor.java 2009-10-13
10:33:24 UTC (rev 18059)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/editor/ObjectMultiPageEditor.java 2009-10-13
10:34:13 UTC (rev 18060)
@@ -503,7 +503,7 @@
}
if(event.getDetails() == XModelTreeEvent.AFTER_MERGE && event.getModelObject()
== getModelObject()) {
waitForMerge = false;
- System.out.println("waitingEventsCount=" + waitingEventsCount);
+// System.out.println("waitingEventsCount=" + waitingEventsCount);
waitingEventsCount = 0;
}
waitingEventsCount++;
Show replies by date