Refactor instrument model and specifications; add FindInstrumentTester

This commit is contained in:
ItsTheSky
2025-11-03 09:52:44 +01:00
parent b5d697a18d
commit e580d6995d
19 changed files with 197 additions and 412 deletions

View File

@ -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;