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){
|
public boolean supprimer(Instrument unInstrument){
|
||||||
//lesLignes.remove(unInstrument);
|
//lesLignes.remove(unInstrument);
|
||||||
boolean suppOK;
|
boolean suppOK;
|
||||||
if (lesLignes.containsValue(unInstrument) == true){
|
if (lesLignes.containsKey(unInstrument) == true){
|
||||||
suppOK = true;
|
suppOK = true;
|
||||||
lesLignes.remove(unInstrument);
|
lesLignes.remove(unInstrument);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user