# HG changeset patch # User timkelly # Date 1265129060 21600 # Node ID 7b2f792564dcb8756dea825f920549c3d3fcad92 # Parent bb5d67b9dbe60098a962e498839cb33881bf54c6# Parent 70054f4362b3319992c751705d77ebbcca90a9df merge commit diff -r 70054f4362b3 -r 7b2f792564dc connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IClientServiceSiteUI2.java --- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IClientServiceSiteUI2.java Tue Feb 02 10:42:23 2010 -0600 +++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IClientServiceSiteUI2.java Tue Feb 02 10:44:20 2010 -0600 @@ -24,7 +24,7 @@ /** * The user interface for picking or defining a connection to use that can be added to client service user interfaces. *
- * This variant allows selecting a "default connection" which will map to the currently selected default at runtime. + * This variant allows selecting a "current connection" which will map to the currently selected connection at runtime. *
* This requires that you use {@link IConnectionsManager#ensureConnection(String, IService)} * to map from a persisted connection identifier to an IConnection. Do not rely on "validating" @@ -60,7 +60,7 @@ * Do not expect to find this identifier in the {@link IConnectionsManager#getConnections()} list. * Instead, use {@link IConnectionsManager#ensureConnection(String, IService)} to find * the actual IConnection at runtime. - * @return the connection id, which may represent a "default". + * @return the connection id, which may represent a "current" connection. */ String getSelectedConnection(); @@ -83,11 +83,11 @@ *