[jruby-joni] 153/194: Revert "fix node swapping"
Hideki Yamane
henrich at moszumanska.debian.org
Thu Feb 1 12:04:36 UTC 2018
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 685131ce8f5f509cba6c7bb31c0c9f21336210d1
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date: Thu Jan 11 19:09:52 2018 +0100
Revert "fix node swapping"
This reverts commit 623a2c5214cba46b0e490763619578d1b50d594e.
---
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 17c3c1e..107551c 100644
--- a/src/org/joni/Config.java
+++ b/src/org/joni/Config.java
@@ -79,7 +79,7 @@ public interface Config extends org.jcodings.Config {
final PrintStream log = System.out;
final PrintStream err = System.err;
- final boolean DEBUG_ALL = true;
+ final boolean DEBUG_ALL = false;
final boolean DEBUG = DEBUG_ALL;
final boolean DEBUG_PARSE_TREE = 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