diff options
author | Sven Gothel <[email protected]> | 2010-11-06 23:13:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-06 23:13:39 +0100 |
commit | 6f2d046c8d532db94f6af5003e341104d5bf4aff (patch) | |
tree | 723c31b8f9c1097ae48486acbf68e4e06fab2517 /test/junit/com/sun/gluegen/PCPPTest.java | |
parent | ec6d61f4597af32c22319c4bda3c9dd9ab80bf25 (diff) |
Renamed com.sun.gluegen -> com.jogamp.gluegen
Diffstat (limited to 'test/junit/com/sun/gluegen/PCPPTest.java')
-rw-r--r-- | test/junit/com/sun/gluegen/PCPPTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/junit/com/sun/gluegen/PCPPTest.java b/test/junit/com/sun/gluegen/PCPPTest.java index deea0d8..c1f12ab 100644 --- a/test/junit/com/sun/gluegen/PCPPTest.java +++ b/test/junit/com/sun/gluegen/PCPPTest.java @@ -26,9 +26,9 @@ * or implied, of JogAmp Community. */ -package com.sun.gluegen; +package com.jogamp.gluegen; -import com.sun.gluegen.pcpp.PCPP; +import com.jogamp.gluegen.pcpp.PCPP; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.FileNotFoundException; |