Update: SLot implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user