This commit is contained in:
r-ca 2023-12-16 15:22:41 +09:00
parent 2b3b738d3c
commit c33348d5fd
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -31,6 +31,8 @@ public class DocumentDetail {
*/ */
String defaultBranch; String defaultBranch;
Repository repository;
// Constructor // Constructor
public DocumentDetail() { public DocumentDetail() {
} }