We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e76d1 commit 4dba34fCopy full SHA for 4dba34f
1 file changed
src/main/java/ceos/backend/domain/application/domain/Application.java
@@ -78,18 +78,10 @@ public static Application of(
78
.build();
79
}
80
81
- public boolean isInterviewAvailable() {
82
- return interviewCheck == AvailableCheck.AVAILABLE;
83
- }
84
-
85
public boolean isInterviewChecked() {
86
return interviewCheck != AvailableCheck.UNDECIDED;
87
88
89
- public boolean isFinalAvailable() {
90
- return finalCheck == AvailableCheck.AVAILABLE;
91
92
93
public boolean isFinalChecked() {
94
return finalCheck != AvailableCheck.UNDECIDED;
95
0 commit comments