Skip to content

Commit

Permalink
delete duplicate score attribute in GameSession class
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoDiNu committed Mar 7, 2024
1 parent 42b773a commit 9e37b70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/uniovi/entities/GameSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public class GameSession implements JsonEntity {

private int score;

private int score;

public void addQuestion(boolean correct) {
if(correct)
correctQuestions++;
Expand Down

0 comments on commit 9e37b70

Please sign in to comment.