mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
コメント追加
This commit is contained in:
parent
93cef07ce5
commit
d778840484
|
@ -221,6 +221,7 @@ public class LacertaVcsImpl implements LacertaVcs {
|
||||||
final ArrayList<String>[] fileNameList = new ArrayList[]{new ArrayList<>()};
|
final ArrayList<String>[] fileNameList = new ArrayList[]{new ArrayList<>()};
|
||||||
|
|
||||||
vcsLogEntities.forEach(vcsLogEntity -> {
|
vcsLogEntities.forEach(vcsLogEntity -> {
|
||||||
|
logger.debug(TAG, "getDocumentPagePathListRev: processing " + vcsLogEntity.id + "(Type: " + vcsLogEntity.actionType + ")");
|
||||||
if (vcsLogEntity.actionType.equals(ActionType.INSERT_PAGE.getValue())){
|
if (vcsLogEntity.actionType.equals(ActionType.INSERT_PAGE.getValue())){
|
||||||
InsertPage insertPage = (InsertPage) JsonUtils.fromJson(vcsLogEntity.action, ActionType.INSERT_PAGE);
|
InsertPage insertPage = (InsertPage) JsonUtils.fromJson(vcsLogEntity.action, ActionType.INSERT_PAGE);
|
||||||
fileNameList[0].add(insertPage.getIndex(), insertPage.getFileName());
|
fileNameList[0].add(insertPage.getIndex(), insertPage.getFileName());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user