Fixed powers

This commit is contained in:
LinlyBoi
2022-01-29 17:10:12 +02:00
parent 7335f69a53
commit bbedf0d25b
2 changed files with 7 additions and 5 deletions

View File

@@ -45,4 +45,4 @@ public class Coffee extends Batch {
return "Name: " + name + "\nPrice: " + price + "\nStock: "+ stock;
}
}
}