mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Implクラス作成, Impl生成
This commit is contained in:
parent
3eb94cade0
commit
b040e2572c
|
@ -0,0 +1,25 @@
|
|||
package one.nem.lacerta.vcs.impl;
|
||||
|
||||
import one.nem.lacerta.vcs.LacertaVcs;
|
||||
|
||||
public class LacertaVcsImpl implements LacertaVcs {
|
||||
@Override
|
||||
public void updatePage(int index, String fileName) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void insertPage(int index, String fileName) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deletePage(int index) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void printLog() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user