diff options
author | Michael Bien <[email protected]> | 2011-02-08 20:39:44 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-02-08 20:39:44 +0100 |
commit | 3ed09af3cf9322001d959d13672f6446ddaca643 (patch) | |
tree | 658fb076f94d16677447f6228e310f51c2b7a0ad /src/com/jogamp/opencl/CLObject.java | |
parent | aec6036ac7c70c905573c5f5f133646555e4a58e (diff) |
jdk7 try-with-resource support
Diffstat (limited to 'src/com/jogamp/opencl/CLObject.java')
-rw-r--r-- | src/com/jogamp/opencl/CLObject.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/jogamp/opencl/CLObject.java b/src/com/jogamp/opencl/CLObject.java index 3653ae30..54031884 100644 --- a/src/com/jogamp/opencl/CLObject.java +++ b/src/com/jogamp/opencl/CLObject.java @@ -28,6 +28,8 @@ package com.jogamp.opencl; +import com.jogamp.common.AutoCloseable; + /** * Common superclass for all OpenCL objects. * @author Michael Bien |