mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-18 11:36:10 -04:00
Fix typos in search/suggestion getResults.
This commit is contained in:
parent
c7ac3a0878
commit
7315228b06
@ -37,7 +37,7 @@ DISPOSE
|
||||
|
||||
METHOD(jobject, getResults, jint start, jint maxResults) {
|
||||
auto results = THIS->getResults(TO_C(start), TO_C(maxResults));
|
||||
auto obj = NEW_OBJECT("ork/kiwix/libzim/SearchIterator");
|
||||
auto obj = NEW_OBJECT("org/kiwix/libzim/SearchIterator");
|
||||
SET_HANDLE(zim::SearchIterator, obj, results.begin());
|
||||
|
||||
// We have to set the nativeHandleEnd but no macro ease our work here.
|
||||
|
@ -37,7 +37,7 @@ DISPOSE
|
||||
|
||||
METHOD(jobject, getResults, jint start, jint maxResults) {
|
||||
auto results = THIS->getResults(TO_C(start), TO_C(maxResults));
|
||||
auto obj = NEW_OBJECT("ork/kiwix/libzim/SuggestionIterator");
|
||||
auto obj = NEW_OBJECT("org/kiwix/libzim/SuggestionIterator");
|
||||
SET_HANDLE(zim::SuggestionIterator, obj, results.begin());
|
||||
|
||||
// We have to set the nativeHandleEnd but no macro ease our work here.
|
||||
|
Loading…
x
Reference in New Issue
Block a user