summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java
diff options
context:
space:
mode:
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);