[SERVEUR] Correction faute orthographe

This commit is contained in:
Notmoo-PC\Notmoo 2018-01-24 17:24:49 +01:00
parent 7cea98356f
commit 18907258c1
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}
}