mirror of
https://bitbucket.org/Mattrixwv/matrix.git
synced 2025-12-06 23:13:57 -05:00
Fixed build warnings
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
//Matrix/src/main/java/com/mattrixwv/exceptions/InvalidRowSizeException.java
|
||||
//Mattrixwv
|
||||
// Created: 02-01-22
|
||||
//Modified: 02-01-22
|
||||
//Modified: 02-07-22
|
||||
package com.mattrixwv.matrix.exceptions;
|
||||
|
||||
|
||||
public class InvalidRowSizeException extends RuntimeException{
|
||||
public static final long serialVersionUID = 1;
|
||||
|
||||
public InvalidRowSizeException(){
|
||||
super();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user