Update: SLot implementation

This commit is contained in:
rubenpirreram
2026-03-22 17:54:01 +01:00
parent e7a1382909
commit 7e72d55303
2 changed files with 5 additions and 3 deletions
@@ -24,7 +24,7 @@ public class Slot {
private char slotId;
// Setters
// End setters
// Constructors
public Slot(char slotId) throws IllegalArgumentException
{
this.slotId = slotId;
@@ -73,8 +73,6 @@ public class Slot {
throw new IllegalArgumentException();
}
}
// Constructors
// End Constructors
// Functions