mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
コメント追加
This commit is contained in:
parent
f6f7c3a630
commit
8d4d9cab9a
|
@ -222,6 +222,7 @@ public class LacertaVcsImpl implements LacertaVcs {
|
||||||
ArrayList<VcsRevEntity> vcsRevEntities = getRevBeforeTargetId(revId);
|
ArrayList<VcsRevEntity> vcsRevEntities = getRevBeforeTargetId(revId);
|
||||||
ArrayList<VcsLogEntity> vcsLogEntities = getLogInRevs(vcsRevEntities);
|
ArrayList<VcsLogEntity> vcsLogEntities = getLogInRevs(vcsRevEntities);
|
||||||
|
|
||||||
|
// finalで宣言しないとLambda式内で扱えないので
|
||||||
final ArrayList<String>[] fileNameList = new ArrayList[]{new ArrayList<>()};
|
final ArrayList<String>[] fileNameList = new ArrayList[]{new ArrayList<>()};
|
||||||
|
|
||||||
vcsLogEntities.forEach(vcsLogEntity -> {
|
vcsLogEntities.forEach(vcsLogEntity -> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user