diff options
author | Sven Gothel <[email protected]> | 2012-01-05 08:55:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-05 08:55:06 +0100 |
commit | 9a211fe6cfb4150d97b50325c1778b7f5d3419af (patch) | |
tree | fc37b492bc29a77286ca7b185029d48e96720e56 /src/java/com/jogamp/common/util/cache | |
parent | 3eb4fd96cd65e49625663fdb6421a2f1cf2204dc (diff) |
Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlueGenRTImpl(), Reuse JarUtil (same methodology) to determine whether we run from JarURL
Diffstat (limited to 'src/java/com/jogamp/common/util/cache')
-rw-r--r-- | src/java/com/jogamp/common/util/cache/TempJarCache.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/java/com/jogamp/common/util/cache/TempJarCache.java b/src/java/com/jogamp/common/util/cache/TempJarCache.java index 431971c..dd3e306 100644 --- a/src/java/com/jogamp/common/util/cache/TempJarCache.java +++ b/src/java/com/jogamp/common/util/cache/TempJarCache.java @@ -133,7 +133,6 @@ public class TempJarCache { } */ /** - * * @return true if this class has been properly initialized, ie. is in use, otherwise false. */ public static boolean isInitialized() { |