[jbosstools-commits] JBoss Tools SVN: r43997 - branches/jbosstools-4.0.0.Alpha2/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Sep 25 10:33:47 EDT 2012
Author: adietish
Date: 2012-09-25 10:33:47 -0400 (Tue, 25 Sep 2012)
New Revision: 43997
Modified:
branches/jbosstools-4.0.0.Alpha2/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java
Log:
corrected missing space btw. <username> and "via SSH key management"
Modified: branches/jbosstools-4.0.0.Alpha2/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java
===================================================================
--- branches/jbosstools-4.0.0.Alpha2/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java 2012-09-25 14:04:59 UTC (rev 43996)
+++ branches/jbosstools-4.0.0.Alpha2/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java 2012-09-25 14:33:47 UTC (rev 43997)
@@ -287,10 +287,10 @@
if (wizardModel.hasUser()) {
sshLink.setText("Make sure that you have SSH keys added to your OpenShift account "
+ wizardModel.getUser().getUsername()
- + "via <a>SSH Keys wizard</a> and that the private keys are listed in <a>SSH2 Preferences</a>");
+ + " via <a>SSH Keys wizard</a> and that the private keys are listed in <a>SSH2 Preferences</a>");
} else {
- sshLink.setText("Make sure that you have SSH keys added to your OpenShift account "
- + "via <a>SSH Keys wizard</a> and that the private keys are listed in <a>SSH2 Preferences</a>");
+ sshLink.setText("Make sure that you have SSH keys added to your OpenShift account"
+ + " via <a>SSH Keys wizard</a> and that the private keys are listed in <a>SSH2 Preferences</a>");
}
sshLink.getParent().layout(true, true);
}
More information about the jbosstools-commits
mailing list