[jruby-joni] 81/194: hide matcher constructor
Hideki Yamane
henrich at moszumanska.debian.org
Thu Feb 1 12:04:29 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 6c68f56ac132bed7aef98a802e5dcb4a7240e0ca
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date: Sun Dec 31 17:14:58 2017 +0100
hide matcher constructor
---
src/org/joni/Matcher.java | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/org/joni/Matcher.java b/src/org/joni/Matcher.java
index 0d4c767..34777f7 100644
--- a/src/org/joni/Matcher.java
+++ b/src/org/joni/Matcher.java
@@ -48,11 +48,7 @@ public abstract class Matcher extends IntHolder {
protected int msaBegin;
protected int msaEnd;
- public Matcher(Regex regex, byte[]bytes) {
- this(regex, bytes, 0, bytes.length);
- }
-
- public Matcher(Regex regex, byte[]bytes, int p, int end) {
+ Matcher(Regex regex, byte[]bytes, int p, int end) {
this.regex = regex;
this.enc = regex.enc;
--
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