diff options
author | kbr <[email protected]> | 2006-01-30 03:03:38 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-01-30 03:03:38 +0000 |
commit | 6586958843fb1ad6c13c0871e75e5d0bce3b19bf (patch) | |
tree | 2ea4ab3e8cfae70c7f92c9c652304ece505a673c /src | |
parent | 3d50325d118f2a052cc8e1639216bda539c97fe7 (diff) |
Removed public ALFactory constructor
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@107 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'src')
-rw-r--r-- | src/java/net/java/games/joal/ALFactory.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/java/net/java/games/joal/ALFactory.java b/src/java/net/java/games/joal/ALFactory.java index d500a83..e5288f2 100644 --- a/src/java/net/java/games/joal/ALFactory.java +++ b/src/java/net/java/games/joal/ALFactory.java @@ -48,6 +48,8 @@ public class ALFactory { private static AL al; private static ALC alc; + private ALFactory() {} + private static synchronized void initialize() throws ALException { try { if (!initialized) { |