Skip to content

Commit 5951f43

Browse files
jeremiahjstaceyxeno6696
authored andcommitted
https://github.com/ESAPI/esapi-java-legacy/issues/352
Cleaning up unused imports.
1 parent e63b434 commit 5951f43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/org/owasp/esapi/reference/crypto/EncryptedPropertiesUtilsTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package org.owasp.esapi.reference.crypto;
1717

1818
import java.io.File;
19-
import java.io.FileInputStream;
2019
import java.io.FileOutputStream;
2120
import java.io.FileReader;
2221
import java.util.Properties;
@@ -25,8 +24,6 @@
2524
import junit.framework.TestCase;
2625
import junit.framework.TestSuite;
2726

28-
import org.owasp.esapi.errors.EncryptionException;
29-
3027
/**
3128
* The Class EncryptedPropertiesTest.
3229
*

0 commit comments

Comments
 (0)