mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
コンストラクタ追加
This commit is contained in:
parent
9aea4bb90e
commit
9efecab4b6
|
@ -18,11 +18,14 @@ import one.nem.lacerta.utils.LacertaLogger;
|
||||||
|
|
||||||
public class LacertaLibraryImpl implements LacertaLibrary {
|
public class LacertaLibraryImpl implements LacertaLibrary {
|
||||||
|
|
||||||
@Inject
|
|
||||||
LacertaLogger logger;
|
LacertaLogger logger;
|
||||||
|
LacertaDatabase database;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
LacertaDatabase database;
|
public LacertaLibraryImpl(LacertaLogger logger, LacertaDatabase database) {
|
||||||
|
this.logger = logger;
|
||||||
|
this.database = database;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ArrayList<ListItem> getRecentDocument(int limit) {
|
public ArrayList<ListItem> getRecentDocument(int limit) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user