FastFilter / fastfilter_java

Fast Approximate Membership Filters (Java)
Apache License 2.0
238 stars 27 forks source link

Cleanup #9

Closed richardstartin closed 4 years ago

richardstartin commented 4 years ago

Removes warnings and dead code.

There is one instance of a JDK11+ API used, so I changed the source and target to 11. It might be better to keep source and target at 1.8 but remove the JDK11+ usage.