Fixed build warnings

This commit is contained in:
2022-02-07 15:58:41 +00:00
parent 208f0b0ce2
commit eaa938e144

View File

@@ -6,6 +6,8 @@ package com.mattrixwv.matrix.exceptions;
public class InvalidCoordinatesException extends RuntimeException{
public static final long serialVersionUID = 1;
public InvalidCoordinatesException(){
super();
}