org.symbian.tools.mtw.ui/src/org/symbian/tools/mtw/ui/deployment/IDeploymentTarget.java
changeset 458 5ff93668b08c
parent 457 f1087591ff71
child 459 c278f0c8917f
--- a/org.symbian.tools.mtw.ui/src/org/symbian/tools/mtw/ui/deployment/IDeploymentTarget.java	Wed Jul 28 15:43:33 2010 -0700
+++ b/org.symbian.tools.mtw.ui/src/org/symbian/tools/mtw/ui/deployment/IDeploymentTarget.java	Thu Jul 29 10:00:34 2010 -0700
@@ -42,6 +42,8 @@
  * {@link org.eclipse.ui.model.IWorkbenchAdapter2} to customize target 
  * presentation in IDE user interface.</li></ul>
  * 
+ * <p>Overwriting <code>equals</code> and <code>hashCode</code> might be desirable 
+ * if new objects are created each time user does discovery process.</p>
  * @author Eugene Ostroukhov (eugeneo@symbian.org)
  */
 public interface IDeploymentTarget extends IAdaptable {