Fixed build warnings
This commit is contained in:
@@ -6,6 +6,8 @@ package com.mattrixwv.matrix.exceptions;
|
|||||||
|
|
||||||
|
|
||||||
public class InvalidCoordinatesException extends RuntimeException{
|
public class InvalidCoordinatesException extends RuntimeException{
|
||||||
|
public static final long serialVersionUID = 1;
|
||||||
|
|
||||||
public InvalidCoordinatesException(){
|
public InvalidCoordinatesException(){
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user