Refactor monitor and exceptions
[lgpl/argeo-commons.git] / org.argeo.util / ext / test / org / argeo / util / security / PasswordBasedEncryptionTest.java
index 42630cfee1206e7ba8c09196cbbe8d8a034a9f01..0895c6bbe98a8a4b26ae4b2065d5221504381fc7 100644 (file)
@@ -34,7 +34,7 @@ import junit.framework.TestCase;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.argeo.StreamUtils;
+import org.argeo.util.internal.StreamUtils;
 import org.argeo.util.security.PasswordBasedEncryption;
 
 public class PasswordBasedEncryptionTest extends TestCase {