Author: scabanovich
Date: 2008-06-20 08:28:01 -0400 (Fri, 20 Jun 2008)
New Revision: 8870
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/wizards/standard/DefaultStandardWizard.java
Log:
JBIDE-2353
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/wizards/standard/DefaultStandardWizard.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/wizards/standard/DefaultStandardWizard.java 2008-06-20
12:27:29 UTC (rev 8869)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/wizards/standard/DefaultStandardWizard.java 2008-06-20
12:28:01 UTC (rev 8870)
@@ -121,6 +121,9 @@
wizardStep.setDescription(null);
if(message == null && !isFinishEnabled) {
message = support.getMessage(support.getStepId());
+ if(message != null && message.trim().length() == 0) {
+ message = null;
+ }
}
wizardStep.setErrorMessage(message);
}
Show replies by date