Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Mar 4, 2024
1 parent f8a55ac commit 4cb19b7
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,4 @@ public Result call() {
return result;

}

public Object getAwards() {
return awards;
}

public void setAwards(Object awards) {
this.awards = awards;
}

}

0 comments on commit 4cb19b7

Please sign in to comment.