[jruby-joni] 63/194: cleanup

Hideki Yamane henrich at moszumanska.debian.org
Thu Feb 1 12:04:27 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 e028d6e77cb0da26822ea6e1020d91d97ad25359
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date:   Sat Dec 30 14:36:20 2017 +0100

    cleanup
---
 src/org/joni/Option.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/org/joni/Option.java b/src/org/joni/Option.java
index 93c7d6a..91d8a2a 100644
--- a/src/org/joni/Option.java
+++ b/src/org/joni/Option.java
@@ -138,11 +138,9 @@ public class Option {
         return (option & NEWLINE_CRLF) != 0;
     }
 
-    /* OP_SET_OPTION is required for these options.  ??? */
-    //    public static boolean isDynamic(int option) {
-    //        return (option & (MULTILINE | IGNORECASE)) != 0;
-    //    }
     public static boolean isDynamic(int option) {
+        // ignore-case and multibyte status are included in compiled code
+        // return (option & (MULTILINE | IGNORECASE)) != 0;
         return false;
     }
 }

-- 
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