mirror of
				https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
				synced 2025-10-31 00:53:10 +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){ |     private void deleteProduct(Product product){ | ||||||
|         model.commitProductDeletion(product);; |         model.commitProductDeletion(product); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     void onRefreshProductsRequest() { |     void onRefreshProductsRequest() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user