コメント追加

This commit is contained in:
r-ca 2024-01-24 18:06:45 +09:00
parent 826f8928d1
commit 93cef07ce5
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -185,6 +185,7 @@ public class LacertaVcsImpl implements LacertaVcs {
}
vcsRevEntitiesBeforeTarget.add(vcsRevEntity);
});
logger.debug(TAG, "getRevBeforeTargetIdAsync finished\nResult size: " + vcsRevEntitiesBeforeTarget.size());
return vcsRevEntitiesBeforeTarget;
});
}