mirror of
https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
synced 2024-11-22 08:13:20 +00:00
[SERVEUR] Correction faute orthographe
This commit is contained in:
parent
7cea98356f
commit
18907258c1
@ -52,7 +52,7 @@ public class StockService {
|
|||||||
}else if(upd.getOldVersion()!=null && upd.getNewVersion()!=null){
|
}else if(upd.getOldVersion()!=null && upd.getNewVersion()!=null){
|
||||||
modifyProduct(upd.getOldVersion().getId(), upd.getNewVersion());
|
modifyProduct(upd.getOldVersion().getId(), upd.getNewVersion());
|
||||||
}else{
|
}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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user