diff options
author | Michael Bien <[email protected]> | 2010-03-27 23:31:01 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 23:31:01 +0100 |
commit | f3bc93b003c05684e48d75eee9107c16a9dc7283 (patch) | |
tree | 379d21f119d4d2bd78eb78a48639bea87295acf5 /test/Issue326Test2.java | |
parent | 3f72e907e869370b98dc7519ae5fc53681376450 (diff) |
refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.opengl.
Diffstat (limited to 'test/Issue326Test2.java')
-rwxr-xr-x | test/Issue326Test2.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Issue326Test2.java b/test/Issue326Test2.java index f2258c858..10ec4417b 100755 --- a/test/Issue326Test2.java +++ b/test/Issue326Test2.java @@ -2,7 +2,7 @@ import java.awt.Font; import java.awt.Frame; import java.awt.event.*; import javax.media.opengl.*; -import com.sun.opengl.util.j2d.*; +import com.jogamp.opengl.util.j2d.*; /** * Another test case demonstrating corruption with older version of |