mirror of
https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
synced 2024-11-22 00:03:20 +00:00
[CLIENT] Suppression d'un ';' inutile
This commit is contained in:
parent
d28dcdbc47
commit
55b7f7f4de
@ -69,7 +69,7 @@ class StockScreenController implements IStockScreenModelListener{
|
||||
}
|
||||
|
||||
private void deleteProduct(Product product){
|
||||
model.commitProductDeletion(product);;
|
||||
model.commitProductDeletion(product);
|
||||
}
|
||||
|
||||
void onRefreshProductsRequest() {
|
||||
|
Loading…
Reference in New Issue
Block a user