Finite correzioni a Purse senza ArrayList

This commit is contained in:
2023-01-15 16:26:12 +01:00
parent a4d3667682
commit 1edb9d2152

View File

@ -118,7 +118,6 @@ public class Purse {
for(int i = 0; i < actualSize; i++) {
if(coin == other.coins[i]) {
copy[i] = "";
break;
}
}
}