summaryrefslogtreecommitdiffstats
path: root/src/junit
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-27 02:26:27 +0100
committerMichael Bien <[email protected]>2010-03-27 02:26:27 +0100
commitbb9028843b1e382180fd2663e5c98b86fc37718b (patch)
treed79c068941d9b58ea38b4617f5f1da127b56abf2 /src/junit
parent6cefd27707036faf494eab9e1f0c7970c0c40e0d (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.java4
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;