Kaydet (Commit) 69db0142 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

ThreadPool doesn't exist - etiher point to IThreadPool or implementation

Change-Id: I96e1607945802d06dcc01b64267117d98f9a9994
üst a86734ef
......@@ -22,7 +22,7 @@ package com.sun.star.lib.uno.environments.remote;
* This class implements a java thread pool.
*
* @see com.sun.star.uno.UnoRuntime
* @see com.sun.star.lib.uno.environments.remote.ThreadPool
* @see com.sun.star.lib.uno.environments.remote.NativeThreadPool
* @see com.sun.star.lib.uno.environments.remote.IThreadPool
* @see com.sun.star.lib.uno.environments.remote.Job
* @see com.sun.star.lib.uno.environments.remote.JobQueue
......
......@@ -31,7 +31,7 @@ import com.sun.star.lang.DisposedException;
* (put by <code>putjob</code>) into the async queue, which is only
* known by the sync queue.</p>
*
* @see com.sun.star.lib.uno.environments.remote.ThreadPool
* @see com.sun.star.lib.uno.environments.remote.IThreadPool
* @see com.sun.star.lib.uno.environments.remote.Job
* @see com.sun.star.lib.uno.environments.remote.ThreadId
* @since UDK1.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment