From eafc9a55cd9ba31709bc45aebd063ff8c2c7d781 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 9 Feb 2011 03:52:20 +0100 Subject: Move implementation private files from com.jogamp..impl. to jogamp. (2/2) - edit files - jogamp.openal -> jogamp.openal This sorts implementation details from the top level, ie skipping the public 'com', allowing a better seperation of public classes and implementation details and also reduces strings. This approach of public/private seperation is also used in the OpenJDK. --- src/java/com/jogamp/openal/ALFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/com/jogamp/openal') diff --git a/src/java/com/jogamp/openal/ALFactory.java b/src/java/com/jogamp/openal/ALFactory.java index e7ec774..4c114c8 100644 --- a/src/java/com/jogamp/openal/ALFactory.java +++ b/src/java/com/jogamp/openal/ALFactory.java @@ -35,7 +35,7 @@ package com.jogamp.openal; import com.jogamp.openal.AL; import com.jogamp.openal.ALC; -import com.jogamp.openal.impl.*; +import jogamp.openal.*; /** * This class provides factory methods for generating AL and ALC objects. -- cgit v1.2.3