mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-12 16:48:45 -04:00
Use correct method in SearchIterator.
This commit is contained in:
parent
1c963273b7
commit
2ef64ac8b3
@ -30,7 +30,7 @@ public class SearchIterator implements Iterator<Entry>
|
||||
public native String getSnippet();
|
||||
public native int getWordCount();
|
||||
public native int getFileIndex();
|
||||
public native int size();
|
||||
public native int getSize();
|
||||
public native String getZimId();
|
||||
|
||||
public native boolean hasNext();
|
||||
|
Loading…
x
Reference in New Issue
Block a user