Added documentation

Change-Id: I1492e896640cde665b7d98fe1136084884eb1487
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.java b/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.java
index 9cf37cb..9f1691e 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.java
+++ b/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.java
@@ -3,6 +3,8 @@
 import org.eclipse.ecf.remoteservice.IRemoteService;
 
 /**
+ * Create a remote service instance for a given RemoteServiceClientRegistration.
+ * 
  * @since 8.12
  */
 public interface IRemoteServiceFactory {