仕様変更でスタブが壊れたのでとりあえずコメントアウト

This commit is contained in:
r-ca 2024-01-14 17:26:01 +09:00
parent bc74ee605e
commit 9245981233
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -136,9 +136,9 @@ public class LacertaLibraryStubImpl implements LacertaLibrary {
DocumentDetail documentDetail = new DocumentDetail();
documentDetail.setMeta(documentMeta);
documentDetail.setPath(null); // TODO-rca: なんとかする
documentDetail.setAuthor(faker.name().fullName());
documentDetail.setRepository(null); // TODO-rca: なんとかする
// documentDetail.setPath(null); // TODO-rca: なんとかする
// documentDetail.setAuthor(faker.name().fullName());
// documentDetail.setRepository(null); // TODO-rca: なんとかする
return documentDetail;
}