Skip to content

Commit

Permalink
[#25] refactoring(bookmark): 주석처리된 constructor 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-Ha committed Sep 20, 2022
1 parent 2a55e7d commit 210fa9a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/main/kotlin/com/yapp/web2/domain/bookmark/entity/Bookmark.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,6 @@ class Bookmark(
if (remind) remindOn(Remind(account))
}

// constructor(
// userId: Long,
// folderId: Long?,
// folderEmoji: String?,
// folderName: String?,
// link: String,
// title: String?,
// remindTime: String?,
// image: String?,
// description: String?
// ) : this(userId, folderId, link, title, remindTime) {
// this.folderEmoji = folderEmoji
// this.folderName = folderName
// this.description = description
// this.image = image
// }

fun restore(): Bookmark {
this.deleted = false
Expand Down

0 comments on commit 210fa9a

Please sign in to comment.