Author: scabanovich
Date: 2007-08-14 10:57:33 -0400 (Tue, 14 Aug 2007)
New Revision: 3125
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/editor/ObjectMultiPageEditor.java
Log:
EXIN-292 - oops - it was not EXIN-160
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 2007-08-14
14:55:32 UTC (rev 3124)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/editor/ObjectMultiPageEditor.java 2007-08-14
14:57:33 UTC (rev 3125)
@@ -1148,7 +1148,7 @@
}
public void check(IEditorInput input, String[] natures, String warningKey) {
- //Suppress check: EXIN-160
+ //Suppress check: EXIN-292
natures = new String[0];
this.input = input;
@@ -1162,7 +1162,7 @@
this.natures = natures;
isAppropriateNature = isAppropriateNature(input);
if(!isAppropriateNature) {
-//Suppress check: EXIN-160
+//Suppress check: EXIN-292
// showWarning();
// if(this.input instanceof IFileEditorInput) {
// resource = ((IFileEditorInput)this.input).getFile();
Show replies by date