diff options
author | Michael Bien <[email protected]> | 2010-03-27 02:26:27 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 02:26:27 +0100 |
commit | bb9028843b1e382180fd2663e5c98b86fc37718b (patch) | |
tree | d79c068941d9b58ea38b4617f5f1da127b56abf2 /src/junit | |
parent | 6cefd27707036faf494eab9e1f0c7970c0c40e0d (diff) |
renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
Diffstat (limited to 'src/junit')
-rw-r--r-- | src/junit/com/jogamp/gluegen/test/junit/Test1.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/junit/com/jogamp/gluegen/test/junit/Test1.java b/src/junit/com/jogamp/gluegen/test/junit/Test1.java index 258256a..07bd971 100644 --- a/src/junit/com/jogamp/gluegen/test/junit/Test1.java +++ b/src/junit/com/jogamp/gluegen/test/junit/Test1.java @@ -32,8 +32,8 @@ package com.jogamp.gluegen.test.junit; -import com.sun.gluegen.runtime.BufferFactory; -import com.sun.gluegen.runtime.PointerBuffer; +import com.jogamp.gluegen.runtime.BufferFactory; +import com.jogamp.gluegen.runtime.PointerBuffer; import java.io.File; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; |