diff options
author | Sven Gothel <[email protected]> | 2011-06-11 01:56:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-06-11 01:56:29 +0200 |
commit | 410fcb6242d1dcf98d6f4eb94f9409d656fc0caa (patch) | |
tree | ed3db7656481cc383d5095a7d9c775bc73f645b1 | |
parent | a9bbee095abcc5618e5bd98da2834c4809faf805 (diff) |
Complete relocation of SingletonInstance.java from JOGL
-rw-r--r-- | src/java/com/jogamp/common/util/locks/SingletonInstance.java (renamed from src/test/com/jogamp/opengl/test/junit/util/SingletonInstance.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/util/SingletonInstance.java b/src/java/com/jogamp/common/util/locks/SingletonInstance.java index f72a41e..f69641f 100644 --- a/src/test/com/jogamp/opengl/test/junit/util/SingletonInstance.java +++ b/src/java/com/jogamp/common/util/locks/SingletonInstance.java @@ -26,7 +26,7 @@ * or implied, of JogAmp Community. */ -package com.jogamp.opengl.test.junit.util; +package com.jogamp.common.util.locks; import java.io.File; import java.io.IOException; |