summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLEventList.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-25 16:20:30 +0100
committerSven Gothel <[email protected]>2014-01-25 16:20:30 +0100
commitf9214217defbcc2a640e80a68f1270ee1e428cf2 (patch)
treedd03f741a423df6686d8b883b01365e80b8e7fc3 /src/com/jogamp/opencl/CLEventList.java
parent5c5f3b4785835b8abf53474b0c9dc248d1b8dab6 (diff)
Avoid sealed package violation: Move AutoCloseable to com.jogamp.opencl
Diffstat (limited to 'src/com/jogamp/opencl/CLEventList.java')
-rw-r--r--src/com/jogamp/opencl/CLEventList.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/CLEventList.java b/src/com/jogamp/opencl/CLEventList.java
index debebc4e..56181cfa 100644
--- a/src/com/jogamp/opencl/CLEventList.java
+++ b/src/com/jogamp/opencl/CLEventList.java
@@ -28,7 +28,6 @@
package com.jogamp.opencl;
-import com.jogamp.common.AutoCloseable;
import com.jogamp.common.nio.CachedBufferFactory;
import com.jogamp.common.nio.PointerBuffer;
import java.util.Iterator;