Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/server/task/TaskServerThread.java')
-rw-r--r--plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/server/task/TaskServerThread.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/server/task/TaskServerThread.java b/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/server/task/TaskServerThread.java
index a9a472bbcde..1fe69d013ee 100644
--- a/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/server/task/TaskServerThread.java
+++ b/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/server/task/TaskServerThread.java
@@ -75,9 +75,6 @@ public class TaskServerThread implements Runnable {
}
}
- /**
- * @param result
- */
private void sendResultToClient(Object result) {
if (result == null) {
return;
@@ -122,7 +119,6 @@ public class TaskServerThread implements Runnable {
* double_array 16 unsigned 2-byte array element count, element data string_array 17 unsigned 2-byte array element
* count, element data
*
- * @param typeId
* @return Return next parameter reference
*/
private Object readNextParameter(Parameter typeId) {

Back to the top