mirror of
https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
synced 2025-07-17 23:39:25 +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