summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.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/IThreadPool.java
parent7af400558072e2f328f078e39a121a95bb928804 (diff)
Java cleanup - fix various javadoc issues
Change-Id: Ic292fddb1b9c0ba98b983b257059e50aa1963e46
Diffstat (limited to 'jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java
index 0fd151d16c8a..7a2b8f4f3b47 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java
@@ -66,7 +66,8 @@ public interface IThreadPool {
* and a handle returned by attach.
* The function exists for performance
* optimization reasons.
- * @see #attach,#detach
+ * @see #attach()
+ * @see #detach()
*/
public void detach( Object handle, ThreadId id );
@@ -103,7 +104,7 @@ public interface IThreadPool {
* all threads by throwing a <code>DisposedException</code> with the given
* <code>Throwable</code> cause.
* <p>
- * @param throwing the cause
+ * @param throwable the cause
*/
public void dispose(Throwable throwable);