Refactor instrument model and specifications; add FindInstrumentTester
This commit is contained in:
@ -3,7 +3,7 @@ package net.itsthesky.projetbut2.qualdev.model;
|
||||
/**
|
||||
* Classe abstraite représentant un instrument de musique.
|
||||
*/
|
||||
public abstract class Instrument {
|
||||
public class Instrument {
|
||||
|
||||
private final String serialNumber;
|
||||
private final InstrumentSpec instrumentSpec;
|
||||
|
||||
Reference in New Issue
Block a user