mirror of
				https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
				synced 2025-10-30 08:33:57 +00:00 
			
		
		
		
	[CLIENT] Suppression d'un ';' inutile
This commit is contained in:
		| @@ -69,7 +69,7 @@ class StockScreenController implements IStockScreenModelListener{ | ||||
|     } | ||||
|  | ||||
|     private void deleteProduct(Product product){ | ||||
|         model.commitProductDeletion(product);; | ||||
|         model.commitProductDeletion(product); | ||||
|     } | ||||
|  | ||||
|     void onRefreshProductsRequest() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user