diff options
author | Sven Gothel <[email protected]> | 2013-03-27 12:22:43 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-03-27 12:22:43 +0100 |
commit | 83e9b0ce577e1a78eda20800f86cadcf90905141 (patch) | |
tree | 91dd2b97e743069e243d5b3652cde2602460ccc5 /src/test | |
parent | a0c50530714ceb3072e258b8704cd05376d30074 (diff) |
PNGImage: Add license header ; TestPNGImage01NEWT package move ..
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGImage01NEWT.java (renamed from src/test/com/jogamp/opengl/test/junit/jogl/util/TestPNGImage01NEWT.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/util/TestPNGImage01NEWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGImage01NEWT.java index c7e975ff6..743d682c8 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/util/TestPNGImage01NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGImage01NEWT.java @@ -1,4 +1,4 @@ -package com.jogamp.opengl.test.junit.jogl.util; +package com.jogamp.opengl.test.junit.jogl.util.texture; import java.io.File; import java.io.IOException; |