Mark a unit test as deprecated

Done to suppress warnings in compiler log
This commit is contained in:
James Seibel
2025-07-10 07:26:41 -05:00
parent 67b766c674
commit 34f914c52f
@@ -27,6 +27,7 @@ import org.apache.logging.log4j.core.config.Configurator;
import org.junit.Assert;
import org.junit.Test;
@Deprecated
public class SquareIntersectTest
{
private static final Logger LOGGER = DhLoggerBuilder.getLogger();