From 9a211fe6cfb4150d97b50325c1778b7f5d3419af Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Thu, 5 Jan 2012 08:55:06 +0100 Subject: Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlueGenRTImpl(), Reuse JarUtil (same methodology) to determine whether we run from JarURL --- src/java/com/jogamp/common/util/cache/TempJarCache.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/java/com/jogamp/common/util/cache') 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() { -- cgit v1.2.3