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/SessionDelegate.java')
-rw-r--r--plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/SessionDelegate.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/SessionDelegate.java b/plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/SessionDelegate.java
index d81e1c91301..3f5fcfdeba0 100644
--- a/plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/SessionDelegate.java
+++ b/plugins/org.eclipse.osee.ote.client/src/org/eclipse/osee/ote/service/SessionDelegate.java
@@ -34,7 +34,6 @@ public interface SessionDelegate {
* client. This method will be called by the {@link IHostTestEnvironment} with a path that should make sense to the
* client.
*
- * @param path
* @return an array bytes that represent the content of the requested file
* @throws Exception
*/

Back to the top