[jruby-joni] 66/194: too fast
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 d1eb046b8b3480c320e2000d32266b979cd73d17
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date: Sat Dec 30 15:43:53 2017 +0100
too fast
---
src/org/joni/BitSet.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/org/joni/BitSet.java b/src/org/joni/BitSet.java
index 4ed9e22..96aea02 100644
--- a/src/org/joni/BitSet.java
+++ b/src/org/joni/BitSet.java
@@ -79,7 +79,7 @@ public final class BitSet {
for (int i=0; i<BITSET_SIZE; i++) bits[i] |= other.bits[i];
}
- void copy(BitSet other) {
+ public void copy(BitSet other) {
for (int i=0; i<BITSET_SIZE; i++) bits[i] = other.bits[i];
}
--
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