dain / snappy

Port of Snappy to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method Snappy.compress(byte[] data) should be static

incubos opened this issue · comments

It seems that method Snappy.compress(byte[] data) is supposed to be static as all the methods in the class Snappy, but it isn't. Could you please change that?

This has been fixed as of 52dac80, could a release please be cut?