Author: adietish
Date: 2012-10-12 04:52:18 -0400 (Fri, 12 Oct 2012)
New Revision: 44467
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/connection/ConnectionUtils.java
Log:
corrected typo, cleaned imports
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/connection/ConnectionUtils.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/connection/ConnectionUtils.java 2012-10-12
06:53:13 UTC (rev 44466)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/connection/ConnectionUtils.java 2012-10-12
08:52:18 UTC (rev 44467)
@@ -12,12 +12,9 @@
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
-import java.net.URL;
-import org.eclipse.osgi.util.NLS;
import org.jboss.tools.openshift.express.internal.core.util.UrlUtils;
import org.jboss.tools.openshift.express.internal.core.util.UrlUtils.UrlPortions;
-import org.jboss.tools.openshift.express.internal.ui.OpenShiftUIActivator;
import org.jboss.tools.openshift.express.internal.ui.preferences.OpenShiftPreferences;
import org.jboss.tools.openshift.express.internal.ui.utils.Logger;
import org.jboss.tools.openshift.express.internal.ui.utils.StringUtils;
@@ -41,7 +38,7 @@
/**
* Returns the default host from the preferences if present. If it's not it
* will return the host defined in the OpenShift configuration. The host
- * that is returned will alwas have the scheme prefix.
+ * that is returned will always have the scheme prefix.
*
* @return the default host
*/