From 6f2d046c8d532db94f6af5003e341104d5bf4aff Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 6 Nov 2010 23:13:39 +0100 Subject: Renamed com.sun.gluegen -> com.jogamp.gluegen --- test/junit/com/sun/gluegen/StructValidator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/junit/com/sun/gluegen/StructValidator.java') diff --git a/test/junit/com/sun/gluegen/StructValidator.java b/test/junit/com/sun/gluegen/StructValidator.java index 9bdcbae..b6eb426 100644 --- a/test/junit/com/sun/gluegen/StructValidator.java +++ b/test/junit/com/sun/gluegen/StructValidator.java @@ -26,7 +26,7 @@ * or implied, of JogAmp Community. */ -package com.sun.gluegen; +package com.jogamp.gluegen; import java.lang.reflect.InvocationTargetException; import org.junit.Ignore; @@ -34,7 +34,7 @@ import org.junit.Ignore; import static org.junit.Assert.*; /** - * this file will not compile unless {@link com.sun.gluegen.StructAccessorTest} has been run. + * this file will not compile unless {@link com.jogamp.gluegen.StructAccessorTest} has been run. * @author Michael Bien */ @Ignore -- cgit v1.2.3