Skip to content

Commit

Permalink
fix: isJointLeader 호환을 위해 getter 메서드 직접 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Oct 12, 2024
1 parent a492c6c commit 00549e3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,8 @@ public LocalDateTime getmStartDate() {
public LocalDateTime getmEndDate() {
return mEndDate;
}

public boolean getIsJointLeader() {
return this.isJointLeader;
}
}

0 comments on commit 00549e3

Please sign in to comment.