1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

remove unused import

This commit is contained in:
John J. Aylward 2019-09-17 11:15:25 -04:00
parent 67e59888a2
commit a24db2cce2

View file

@ -2,8 +2,6 @@ package org.json.junit;
import static org.junit.Assert.*; import static org.junit.Assert.*;
import java.util.Base64;
import org.json.*; import org.json.*;
import org.junit.Test; import org.junit.Test;