Skip to content

Commit 0293c28

Browse files
author
Hattinger04
committed
adding idea
1 parent 62d364a commit 0293c28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/io/github/Hattinger04/course/Exercise.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,12 @@ public void setText(String text) {
3535
@Getter @Setter
3636
private int student_id;
3737

38+
/* TODO: best solution?
39+
* @Getter @Setter
40+
private boolean finished;
3841
42+
@Getter @Setter
43+
private String answer;
44+
45+
*/
3946
}

0 commit comments

Comments
 (0)