[BAEL-3090] Removed Coordinates
This commit is contained in:
parent
83d8443fef
commit
c3cc9a8336
@ -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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user