Remove useless wait-for-it script
This commit is contained in:
@@ -2,11 +2,10 @@ package be.naaturel.boardmateapi.common.models;
|
||||
|
||||
public class Piece {
|
||||
|
||||
private String notation;
|
||||
private String name;
|
||||
|
||||
public Piece(){
|
||||
private final String notation;
|
||||
|
||||
public Piece(String notation){
|
||||
this.notation = notation;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user