modif supprimer dans commande
This commit is contained in:
parent
926b12ec55
commit
7136c719cc
@ -55,7 +55,7 @@ private final HashMap<Instrument, Integer> lesLignes = new HashMap<>();
|
||||
public boolean supprimer(Instrument unInstrument){
|
||||
//lesLignes.remove(unInstrument);
|
||||
boolean suppOK;
|
||||
if (lesLignes.containsValue(unInstrument) == true){
|
||||
if (lesLignes.containsKey(unInstrument) == true){
|
||||
suppOK = true;
|
||||
lesLignes.remove(unInstrument);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user