コメント追加

This commit is contained in:
r-ca 2024-01-24 16:54:49 +09:00
parent f6f7c3a630
commit 8d4d9cab9a
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -222,6 +222,7 @@ public class LacertaVcsImpl implements LacertaVcs {
ArrayList<VcsRevEntity> vcsRevEntities = getRevBeforeTargetId(revId);
ArrayList<VcsLogEntity> vcsLogEntities = getLogInRevs(vcsRevEntities);
// finalで宣言しないとLambda式内で扱えないので
final ArrayList<String>[] fileNameList = new ArrayList[]{new ArrayList<>()};
vcsLogEntities.forEach(vcsLogEntity -> {