1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

synchronization with 'native' branch

This commit is contained in:
Nikolay Pultsin 2012-02-19 21:27:18 +00:00
parent 31566a7d44
commit d89d4050b6
3 changed files with 6 additions and 2 deletions

View file

@ -314,7 +314,7 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
}
public int getParagraphsNumber() {
return myReader.Model.BookTextModel.getParagraphsNumber();
return myReader.Model.getTextModel().getParagraphsNumber();
}
public int getElementsNumber(int paragraphIndex) {