summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/AutoCloseable.jtemplate
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/jogamp/opencl/AutoCloseable.jtemplate')
-rw-r--r--src/com/jogamp/opencl/AutoCloseable.jtemplate2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/AutoCloseable.jtemplate b/src/com/jogamp/opencl/AutoCloseable.jtemplate
index d9f4f57a..a7bd1459 100644
--- a/src/com/jogamp/opencl/AutoCloseable.jtemplate
+++ b/src/com/jogamp/opencl/AutoCloseable.jtemplate
@@ -32,5 +32,5 @@ package com.jogamp.opencl;
* import of JDK7's ARM interface allowing JDK6 backwards compatibility.
*/
public interface AutoCloseable /*extends java.lang.AutoCloseable*/ {
- void close() throws Exception;
+ void close();
}