Skip to content

Commit

Permalink
Merge pull request #235 from Garodden/171/backendDeploy_modify
Browse files Browse the repository at this point in the history
comment dto 리팩토링
  • Loading branch information
cmleem authored May 16, 2024
2 parents 74090d6 + f54b1b4 commit 6548e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.oneinkedoneproject.dto;
package com.example.oneinkedoneproject.dto.comment;

import com.example.oneinkedoneproject.domain.Article;
import com.example.oneinkedoneproject.domain.Comment;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package com.example.oneinkedoneproject.dto;
package com.example.oneinkedoneproject.dto.comment;


import java.time.LocalDateTime;
import java.util.List;

import com.example.oneinkedoneproject.domain.Comment;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.oneinkedoneproject.dto;
package com.example.oneinkedoneproject.dto.comment;

import lombok.AllArgsConstructor;
import lombok.Getter;
Expand Down

0 comments on commit 6548e28

Please sign in to comment.