Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/ITestConnectionListener.java')
-rw-r--r--plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/ITestConnectionListener.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/ITestConnectionListener.java b/plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/ITestConnectionListener.java
index f0bc54a4d87..58877bc4ed8 100644
--- a/plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/ITestConnectionListener.java
+++ b/plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/ITestConnectionListener.java
@@ -23,8 +23,6 @@ public interface ITestConnectionListener {
* the connection to the service is broken unexpectedly. The service is not considered valid and thus clients should
* not try to communicate in any way with the OTE server. Clients are free to modify any local state.
*
- * @param connector
- * @param testHost
*/
void onConnectionLost(IServiceConnector connector);
@@ -33,7 +31,6 @@ public interface ITestConnectionListener {
* still valid. This allows clients to remove any listeners on the remote OTE server or set some state prior to the
* actual disconnect.
*
- * @param event
*/
void onPreDisconnect(ConnectionEvent event);

Back to the top