[jruby-joni] 26/279: Remove String.isEmpty since it's since jdk6.

Hideki Yamane henrich at moszumanska.debian.org
Mon Nov 16 11:26:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository jruby-joni.

commit 0f268115bbb75974f40b8221836cc7ca27dd79ae
Author: Marcin Mielżyński <lopx at gazeta.pl>
Date:   Mon Jun 30 21:14:07 2008 +0000

    Remove String.isEmpty since it's since jdk6.
    
    git-svn-id: http://svn.codehaus.org/jruby/joni/trunk@7054 961051c9-f516-0410-bf72-c9f7e237a7b7
---
 src/org/joni/Config.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/org/joni/Config.java b/src/org/joni/Config.java
index c9381ec..9300f55 100644
--- a/src/org/joni/Config.java
+++ b/src/org/joni/Config.java
@@ -102,7 +102,7 @@ public interface Config {
     final PrintStream log = System.out;
     final PrintStream err = System.err;
 
-    final boolean DEBUG_ALL                         = false;
+    final boolean DEBUG_ALL                         = true;
     final boolean DEBUG                             = DEBUG_ALL;    
     final boolean DEBUG_PARSE_TREE                  = DEBUG_ALL;
     final boolean DEBUG_COMPILE                     = DEBUG_ALL;    

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git



More information about the pkg-java-commits mailing list