summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-11 00:43:00 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-11 13:47:41 +0100
commitee39cab29128588eebb02629888b1def8d898758 (patch)
tree275e61d633a13f36683cee8e8a342aee9346c589
parent82bf21f4d047d72abbed46b5be1703b8eeb9b7f0 (diff)
[I]ThreadPoolFactory is dead since 2003
f195124f6d58624f31469259a4dd6333e1f5c9cd killed it off for good Change-Id: Ibf217096d2f14caa5a7b1572895c81ab295f0c46
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java3
1 files changed, 1 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 f862655a643a..597313efaaeb 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java
@@ -21,8 +21,7 @@ package com.sun.star.lib.uno.environments.remote;
/**
* This interface is an abstraction of the various threadpool implementations.
*
- * @see com.sun.star.lib.uno.environments.remote.ThreadPoolFactory
- * @see com.sun.star.lib.uno.environments.remote.IThreadPoolFactory
+ * @see com.sun.star.lib.uno.environments.remote.ThreadPoolManager
* @since UDK1.0
*/
public interface IThreadPool {