mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
スタブメソッド実装
This commit is contained in:
parent
c663d78e11
commit
3cd1f50f34
|
@ -115,12 +115,12 @@ public class LacertaLibraryStubImpl implements LacertaLibrary {
|
|||
|
||||
@Override
|
||||
public LibraryItemPage getRecentDocument(int limit) {
|
||||
return null;
|
||||
return getRecentDocumentPage(limit);
|
||||
}
|
||||
|
||||
@Override
|
||||
public LibraryItemPage getRecentDocument(int limit, int offset) {
|
||||
return null;
|
||||
return getRecentDocumentPage(limit);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user