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/BasicProcAddressEmitterTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/junit/com/sun/gluegen/BasicProcAddressEmitterTest.java') diff --git a/test/junit/com/sun/gluegen/BasicProcAddressEmitterTest.java b/test/junit/com/sun/gluegen/BasicProcAddressEmitterTest.java index 5b32916..10156f9 100644 --- a/test/junit/com/sun/gluegen/BasicProcAddressEmitterTest.java +++ b/test/junit/com/sun/gluegen/BasicProcAddressEmitterTest.java @@ -26,16 +26,16 @@ * or implied, of JogAmp Community. */ -package com.sun.gluegen; +package com.jogamp.gluegen; -import com.sun.gluegen.procaddress.ProcAddressEmitter; +import com.jogamp.gluegen.procaddress.ProcAddressEmitter; import java.lang.reflect.Field; import java.util.HashSet; import java.util.Set; import org.junit.AfterClass; import org.junit.Test; import static java.util.Arrays.*; -import static com.sun.gluegen.BuildUtil.*; +import static com.jogamp.gluegen.BuildUtil.*; import static org.junit.Assert.*; /** -- cgit v1.2.3