diff options
author | Michael Bien <[email protected]> | 2010-03-27 02:49:28 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 02:49:28 +0100 |
commit | 043f1cf8bcdfc8f8faa853c92afc064c468dc2a8 (patch) | |
tree | a4d2d6d16ab105293d104d63db72b5282502942e /test/com/mbien/opencl/CLBufferTest.java | |
parent | 7254e22512ab61f3e2ed3fcf3622ef55b9af0aa7 (diff) |
refactoring due to gluegen changes.
- renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
Diffstat (limited to 'test/com/mbien/opencl/CLBufferTest.java')
-rw-r--r-- | test/com/mbien/opencl/CLBufferTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/com/mbien/opencl/CLBufferTest.java b/test/com/mbien/opencl/CLBufferTest.java index 7a16e9d7..f8c263f3 100644 --- a/test/com/mbien/opencl/CLBufferTest.java +++ b/test/com/mbien/opencl/CLBufferTest.java @@ -9,7 +9,7 @@ import org.junit.Test; import static org.junit.Assert.*; import static java.lang.System.*; import static com.mbien.opencl.TestUtils.*; -import static com.sun.gluegen.runtime.BufferFactory.*; +import static com.jogamp.gluegen.runtime.BufferFactory.*; /** * |