diff options
Diffstat (limited to 'src/junit/com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.java')
-rw-r--r-- | src/junit/com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.java b/src/junit/com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.java index 7678f60e1..a2f66859f 100644 --- a/src/junit/com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.java +++ b/src/junit/com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.java @@ -59,7 +59,7 @@ public class TestAWT03GLCanvasRecreate01 extends UITestCase { @BeforeClass public static void startup() { GLProfile.initSingleton(true); - System.out.println("GLProfile <static> "+GLProfile.glAvailabilityToString()); + System.out.println("GLProfile "+GLProfile.glAvailabilityToString()); } @Before |