Skip to content

Commit effeed3

Browse files
committed
Update PomodoroTimerEntity.java
1 parent 1745cf8 commit effeed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LifeMaster-BE/src/main/java/com/example/LifeMaster_BE/TimeManager/PomodoroTimer/PomodoroTimerEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class PomodoroTimerEntity {
1717
private Long id;
1818

1919
private String taskName;
20-
private int CurrentTimer; // 현재 시간 (분 단위)
20+
private int CurrentTimer; // 현재 타이머 값
2121
private int focusTime; // 집중 시간 (분 단위)
2222
private int breakTime; // 휴식 시간 (분 단위)
2323
private String date; // 날짜 (예: "2024-11-14")

0 commit comments

Comments
 (0)