summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-28 11:47:16 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-29 22:03:03 +0200
commit48794812ba2c241024f47a548bfddf3db4b8b33b (patch)
treed09e4f9289862396a04b2f492733249858b19c46 /jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
parent7af400558072e2f328f078e39a121a95bb928804 (diff)
Java cleanup - fix various javadoc issues
Change-Id: Ic292fddb1b9c0ba98b983b257059e50aa1963e46
Diffstat (limited to 'jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
index 6c96bbe578ae..e0ec809c5a12 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
@@ -112,7 +112,6 @@ public class JobQueue {
* which belongs to the given sync job queue.
* <p>
* @param threadId the thread id
- * @param sync_jobQueue the sync queue this async queue belongs to
* @see com.sun.star.lib.uno.environments.remote.ThreadID
*/
JobQueue(JavaThreadPoolFactory javaThreadPoolFactory, ThreadId threadId) {