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