Skip to content

Commit 9637357

Browse files
committed
Refactor: long 타입으로 변환
1 parent aac0af4 commit 9637357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/ejangs/docsa/domain/doc/dto/graph/GraphCommitDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public GraphCommitDto(Long id, Long branchId, String title, String description,
1111
this.branchId = branchId;
1212
this.title = title;
1313
this.description = description;
14-
this.createdAt = createdAt.plusHours(9);
14+
this.createdAt = createdAt.plusHours(9L);
1515
}
1616
}

0 commit comments

Comments
 (0)