deprecate IServerData
authordadubrow
Fri, 16 Jul 2010 09:09:09 -0500
changeset 1624 f80181885577
parent 1623 16b48f8d1e3a
child 1625 23cbab40ecdd
deprecate IServerData
connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/installpackages/InstallPackages.java
--- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/installpackages/InstallPackages.java	Fri Jul 16 08:52:07 2010 -0500
+++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/installpackages/InstallPackages.java	Fri Jul 16 09:09:09 2010 -0500
@@ -71,6 +71,9 @@
  */
 public class InstallPackages {
 	
+	/**
+	 * @deprecated server data completely taken from configuration/server.properties
+	 */
 	public interface IServerData {
 		
 		/**
@@ -242,7 +245,6 @@
 	private String getMasterFilePath() {
 		if (serverPath != null)
 			return serverPath;
-		// see if there's an alternate server, otherwise use IServerData
 		Location installLocation = Platform.getInstallLocation();
 		URL url = installLocation.getURL();
 		IPath path = new Path(url.getPath());