summaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-28 01:41:36 +0100
committerSven Gothel <[email protected]>2010-03-28 01:41:36 +0100
commit93c16379f28104b079a12e7ed9787da439e54a3c (patch)
treed81781142b11c962312559bfe96d6c9b1d593551 /src/java/com/sun/gluegen/test
parenta41f4d504d2f8cf58114d570d23f757ab2659cfc (diff)
parent2ea8c93d5fd27207872b97c964e3f8af5ac850c6 (diff)
Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6
Diffstat (limited to 'src/java/com/sun/gluegen/test')
-rw-r--r--src/java/com/sun/gluegen/test/TestPointerBufferEndian.java2
-rw-r--r--src/java/com/sun/gluegen/test/TestStructAccessorEndian.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/java/com/sun/gluegen/test/TestPointerBufferEndian.java b/src/java/com/sun/gluegen/test/TestPointerBufferEndian.java
index ba77eed..cd9e0cc 100644
--- a/src/java/com/sun/gluegen/test/TestPointerBufferEndian.java
+++ b/src/java/com/sun/gluegen/test/TestPointerBufferEndian.java
@@ -1,7 +1,7 @@
package com.sun.gluegen.test;
-import com.sun.gluegen.runtime.*;
+import com.jogamp.gluegen.runtime.*;
import java.nio.*;
public class TestPointerBufferEndian {
diff --git a/src/java/com/sun/gluegen/test/TestStructAccessorEndian.java b/src/java/com/sun/gluegen/test/TestStructAccessorEndian.java
index dc53a10..53ff0ef 100644
--- a/src/java/com/sun/gluegen/test/TestStructAccessorEndian.java
+++ b/src/java/com/sun/gluegen/test/TestStructAccessorEndian.java
@@ -1,7 +1,7 @@
package com.sun.gluegen.test;
-import com.sun.gluegen.runtime.*;
+import com.jogamp.gluegen.runtime.*;
import java.nio.*;
public class TestStructAccessorEndian {