[BAEL-3090] Removed Coordinates
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
package com.baeldung.memento;
|
||||
|
||||
public class Coordinates {
|
||||
|
||||
private int x;
|
||||
private int y;
|
||||
|
||||
public Coordinates(int x, int y) {
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user