summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/uno/environments/remote/Job.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/lib/uno/environments/remote/Job.java')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/Job.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Job.java b/jurt/com/sun/star/lib/uno/environments/remote/Job.java
index cc8d142ed68f..81b5d613bba4 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/Job.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/Job.java
@@ -60,11 +60,6 @@ public class Job {
* Dispatches a <code>queryInterface</code> call
* <p>
* @return the result of the call (should be an <code>Any</code>)
- * @param message the parameter for the call
- * @param resultClass the result type as an out parameter
- * @param status the status as an out parameter
- * @param o_outs the out parameters of the call as out parameters
- * @param o_out_sig the out signature as an out parameter
*/
protected Object dispatch_queryInterface(Type type) {
Class<?> zInterface = type.getTypeDescription().getZClass();