This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git.


    from 39aef59  Optimise DynamicHasher iterator.
     new a7973b8  Fixed Murmur128x64Cyclic
     new 514c2ed  add a testcase for DynamicHasher.NoValuesIterator.nextInt()
     new e70a21d  Import the fail
     new fbc3c06  Merge pull request #142 from dota17/FixedMurmur128x64Cyclic

The 3342 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../function/{Murmur128x86Cyclic.java => Murmur128x64Cyclic.java} | 4 ++--
 .../collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java | 8 ++++++++
 .../{Murmur128x86CyclicTest.java => Murmur128x64CyclicTest.java}  | 8 ++++----
 3 files changed, 14 insertions(+), 6 deletions(-)
 rename 
src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/{Murmur128x86Cyclic.java
 => Murmur128x64Cyclic.java} (96%)
 rename 
src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/{Murmur128x86CyclicTest.java
 => Murmur128x64CyclicTest.java} (88%)

Reply via email to