Moved exception class

This commit is contained in:
2022-01-04 22:55:45 -05:00
parent 7987df7635
commit 64c1767969
5 changed files with 30 additions and 34 deletions

View File

@@ -10,7 +10,7 @@ import static org.junit.Assert.assertEquals;
import org.junit.Test;
import mattrixwv.CipherStreamJava.Playfair.InvalidCharacterException;
import mattrixwv.CipherStreamJava.Exceptions.InvalidCharacterException;
public class TestPlayfair{

View File

@@ -1,7 +1,7 @@
//CipherStreamJava/src/test/java/mattrixwv/CipherStreamJava/TestPolybiusSquare.java
//Mattrixwv
// Created: 01-04-21
//Modified: 01-04-21
// Created: 01-04-22
//Modified: 01-04-22
package mattrixwv.CipherStreamJava;
@@ -9,7 +9,7 @@ import static org.junit.Assert.assertEquals;
import org.junit.Test;
import mattrixwv.CipherStreamJava.PolybiusSquare.InvalidCharacterException;
import mattrixwv.CipherStreamJava.Exceptions.InvalidCharacterException;
public class TestPolybiusSquare{