diff options
Diffstat (limited to 'src/com/jogamp/opencl/util/concurrent/CLRecursiveTask.java')
-rw-r--r-- | src/com/jogamp/opencl/util/concurrent/CLRecursiveTask.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/util/concurrent/CLRecursiveTask.java b/src/com/jogamp/opencl/util/concurrent/CLRecursiveTask.java index 14dd4494..c0583b0b 100644 --- a/src/com/jogamp/opencl/util/concurrent/CLRecursiveTask.java +++ b/src/com/jogamp/opencl/util/concurrent/CLRecursiveTask.java @@ -30,7 +30,7 @@ package com.jogamp.opencl.util.concurrent; import com.jogamp.opencl.CLCommandQueue; -import com.jogamp.opencl.util.concurrent.CLAbstractExecutorService.CommandQueueThread; +import com.jogamp.opencl.util.concurrent.CLExecutorService.CommandQueueThread; import java.util.concurrent.RecursiveTask; /** |