Author: adietish
Date: 2011-10-11 10:54:15 -0400 (Tue, 11 Oct 2011)
New Revision: 35537
Modified:
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/databinding/ParametrizableWizardPageSupport.java
Log:
[JBIDE-9793] cleanup: removed commented code, removed sys.err output
Modified:
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/databinding/ParametrizableWizardPageSupport.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/databinding/ParametrizableWizardPageSupport.java 2011-10-11
14:39:05 UTC (rev 35536)
+++
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/databinding/ParametrizableWizardPageSupport.java 2011-10-11
14:54:15 UTC (rev 35537)
@@ -63,10 +63,8 @@
if (currentStatusStale) {
pageComplete = false;
} else if (currentStatus != null) {
-// pageComplete = !currentStatus.matches(nonValidatingSeverity);
pageComplete = !((nonValidatingSeverity | currentStatus.getSeverity()) ==
nonValidatingSeverity);
}
- System.err.println("pageComplete == " + pageComplete);
((WizardPage) getDialogPage()).setPageComplete(pageComplete);
}
}
Show replies by date