Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Murmur3A.updateUtf8 not exists #26

Closed
Kostanos opened this issue Apr 12, 2019 · 3 comments
Closed

Murmur3A.updateUtf8 not exists #26

Kostanos opened this issue Apr 12, 2019 · 3 comments

Comments

@Kostanos
Copy link

Trying to use Murmur implementation from this library, and got the error for:

        Murmur3A murmur = new Murmur3A();
        murmur.updateUtf8("My test string");

error: cannot find symbol method updateUtf8(String)

Tried with both versions: org.greenrobot:essentials:3.0.0-RC1 and de.greenrobot:java-common:2.3.1

@greenrobot
Copy link
Owner

Why do you assume that there is a updateUtf8 method? :)

@greenrobot
Copy link
Owner

No response. It's simple to convert utf8 to bytes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants