Finite correzioni a Purse senza ArrayList

This commit is contained in:
Giacomo R. 2023-01-15 16:26:12 +01:00
parent a4d3667682
commit 1edb9d2152
1 changed files with 0 additions and 1 deletions

View File

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