Merge "Omaha #5281: Fix issue when JMS not available" into omaha_16.2.2

Former-commit-id: 2b3ec02c381c3bda7c38a123a7f69bf9583bd0ba
This commit is contained in:
Nate Jensen 2016-02-18 14:40:56 -06:00 committed by Gerrit Code Review
commit f8c93489fb

View file

@ -70,6 +70,7 @@ import com.raytheon.uf.viz.thinclient.preferences.ThinClientPreferenceConstants;
* Oct 08, 2015 4891 njensen Added tooltip to useProxyCheck
* Feb 08, 2016 5281 tjensen Reworked interface to simply options
* Feb 15, 2016 5281 tjensen Added check for null in validate method
* Feb 18, 2016 5281 tjensen Fix issue when no JMS available.
*
* </pre>
*
@ -396,6 +397,8 @@ public class ThinClientConnectivityDialog extends ConnectivityPreferenceDialog {
timedPollBtn.setSelection(true);
dataRefreshGroup.setToolTipText(dataRefreshTooltip
+ unableConnectJMS);
// Since JMS is now disabled, we're in a good state.
jmsGood = true;
}
}
}