Skip to content

Commit

Permalink
Merge pull request #56 from Team-40-IDATT2003/Bug/55-stock-class-bug
Browse files Browse the repository at this point in the history
fixed
  • Loading branch information
tommyah authored Mar 11, 2026
2 parents 3b20479 + 57367d0 commit 6931e12
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 6931e12

Please sign in to comment.