Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenTinius committed Mar 11, 2026
1 parent 3b20479 commit 57367d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/Stock.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class Stock {
public Stock(String symbol, String company, BigDecimal salesPrice){
this.symbol = symbol;
this.company = company;
prices.add(salesPrice);
}

/**
Expand Down

0 comments on commit 57367d0

Please sign in to comment.