mirror of
				https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
				synced 2025-10-30 08:33:57 +00:00 
			
		
		
		
	[SERVEUR] Correction faute orthographe
This commit is contained in:
		| @@ -52,7 +52,7 @@ public class StockService { | ||||
| 			}else if(upd.getOldVersion()!=null && upd.getNewVersion()!=null){ | ||||
| 				modifyProduct(upd.getOldVersion().getId(), upd.getNewVersion()); | ||||
| 			}else{ | ||||
| 				throw new ServerQueryException("Object ProductUpdate invalide : old et new vallent tous les deux null"); | ||||
| 				throw new ServerQueryException("Object ProductUpdate invalide : old et new valent tous les deux null"); | ||||
|             } | ||||
| 		} | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user