From ee39cab29128588eebb02629888b1def8d898758 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 11 Mar 2016 00:43:00 +0100 Subject: [I]ThreadPoolFactory is dead since 2003 f195124f6d58624f31469259a4dd6333e1f5c9cd killed it off for good Change-Id: Ibf217096d2f14caa5a7b1572895c81ab295f0c46 --- jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java | 3 +-- 1 file changed, 1 insertion(+), 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 { -- cgit