From eedb4b530fb83fc59a26962bcf7847a1404092a0 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Tue, 13 Mar 2012 20:12:40 +0100
Subject: PropertyAccess: Push down 'isPropertyDefined(final String property,
 final boolean jnlpAlias)' for trusted properties

The method shall be called by the respective Debug specialization, which registers the trusted property prefix.
---
 src/java/com/jogamp/common/util/IOUtil.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src/java/com/jogamp/common/util/IOUtil.java')

diff --git a/src/java/com/jogamp/common/util/IOUtil.java b/src/java/com/jogamp/common/util/IOUtil.java
index 0ae8521..a05302a 100644
--- a/src/java/com/jogamp/common/util/IOUtil.java
+++ b/src/java/com/jogamp/common/util/IOUtil.java
@@ -43,6 +43,7 @@ import java.net.URL;
 import java.net.URLConnection;
 import java.nio.ByteBuffer;
 
+import jogamp.common.Debug;
 import jogamp.common.os.android.StaticContext;
 
 import android.content.Context;
@@ -53,7 +54,7 @@ import com.jogamp.common.os.MachineDescription;
 import com.jogamp.common.os.Platform;
 
 public class IOUtil {
-    private static final boolean DEBUG = PropertyAccess.isPropertyDefined("jogamp.debug.IOUtil", true);
+    private static final boolean DEBUG = Debug.isPropertyDefined("jogamp.debug.IOUtil", true);
     
     /** Std. temporary directory property key <code>java.io.tmpdir</code> */
     public static final String java_io_tmpdir_propkey = "java.io.tmpdir";
-- 
cgit v1.2.3