Skip to content

Commit

Permalink
Update Amplifier.java
Browse files Browse the repository at this point in the history
Changed player to tuner on line 33
  • Loading branch information
bethrobson authored Mar 21, 2022
1 parent c266a0c commit c8b5e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void setVolume(int level) {
}

public void setTuner(Tuner tuner) {
System.out.println(description + " setting tuner to " + player);
System.out.println(description + " setting tuner to " + tuner);
this.tuner = tuner;
}

Expand Down

0 comments on commit c8b5e96

Please sign in to comment.