Skip to content

Commit

Permalink
Update Exchange.java
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenTinius committed Mar 11, 2026
1 parent 4890c16 commit 41d4a04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/Exchange.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ public Transaction sell(Share share, Player player) {
return new Sale(share, week, calculator, player);
}

* Advances the exchange to the next week and updates stock prices.
*/
public void advance() {
week++;

Expand Down

0 comments on commit 41d4a04

Please sign in to comment.