[CLIENT] Suppression d'un ';' inutile

This commit is contained in:
Notmoo-PC\Notmoo 2018-01-24 18:38:50 +01:00
parent d28dcdbc47
commit 55b7f7f4de
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class StockScreenController implements IStockScreenModelListener{
}
private void deleteProduct(Product product){
model.commitProductDeletion(product);;
model.commitProductDeletion(product);
}
void onRefreshProductsRequest() {