mirror of
https://bitbucket.org/Mattrixwv/matrix.git
synced 2025-12-07 07:23:58 -05:00
Fixed build warnings
This commit is contained in:
@@ -6,6 +6,8 @@ package com.mattrixwv.matrix.exceptions;
|
||||
|
||||
|
||||
public class InvalidCoordinatesException extends RuntimeException{
|
||||
public static final long serialVersionUID = 1;
|
||||
|
||||
public InvalidCoordinatesException(){
|
||||
super();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user