Skip to content

Commit 2ab3760

Browse files
committed
refactor: 미사용 코드 제거
1 parent d0ae7f3 commit 2ab3760

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • src/main/java/com/example/solidconnection/term/domain

src/main/java/com/example/solidconnection/term/domain/Term.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,4 @@ public Term(String name, boolean isCurrent) {
3838
this.name = name;
3939
this.isCurrent = isCurrent ? true : null;
4040
}
41-
42-
public void setAsCurrent() {
43-
this.isCurrent = true;
44-
}
45-
46-
public void setAsNotCurrent() {
47-
this.isCurrent = null;
48-
}
4941
}

0 commit comments

Comments
 (0)