summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util/concurrent
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-07-20 17:14:42 +0200
committerMichael Bien <[email protected]>2011-07-20 17:14:42 +0200
commit9d563daf3540a74d651bf739aa7a9397a4ad04de (patch)
treeec9060f3908edecb2e03b639332491243292e8fc /src/com/jogamp/opencl/util/concurrent
parentca10f28da06f31deb6b2e17d83e2dd111708aeb7 (diff)
trivial javadoc fixes.
Diffstat (limited to 'src/com/jogamp/opencl/util/concurrent')
-rw-r--r--src/com/jogamp/opencl/util/concurrent/CLTask.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/jogamp/opencl/util/concurrent/CLTask.java b/src/com/jogamp/opencl/util/concurrent/CLTask.java
index 04d433c8..17fca313 100644
--- a/src/com/jogamp/opencl/util/concurrent/CLTask.java
+++ b/src/com/jogamp/opencl/util/concurrent/CLTask.java
@@ -17,8 +17,8 @@ public abstract class CLTask<C extends CLQueueContext, R> {
* Creates a CLQueueContext for this task. A context may contain static resources
* like OpenCL program binaries or pre allocated buffers. A context can be used by an group
* of tasks identified by a common context key ({@link #getContextKey()}). This method
- * won't be called if a context was already created by an previously executed task with the
- * same context key as this task.
+ * won't be called if a context was already created by an previously executed task having the
+ * same context key.
*/
public abstract C createQueueContext(CLCommandQueue queue);