Skip to content

Commit 4c9b222

Browse files
committed
Organize imports.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1414924 13f79535-47bb-0310-9956-ffa450edef68
1 parent c1e0ec2 commit 4c9b222

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/org/apache/commons/codec/digest/DigestUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
package org.apache.commons.codec.digest;
1919

20+
import static org.apache.commons.codec.binary.StringUtils.getBytesUtf8;
2021
import static org.junit.Assert.assertEquals;
2122
import static org.junit.Assert.assertNotNull;
2223

@@ -27,7 +28,6 @@
2728

2829
import org.apache.commons.codec.binary.Hex;
2930
import org.apache.commons.codec.binary.StringUtils;
30-
import static org.apache.commons.codec.binary.StringUtils.getBytesUtf8;
3131
import org.junit.Test;
3232

3333
/**

src/test/java/org/apache/commons/codec/digest/Sha2CryptTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
package org.apache.commons.codec.digest;
1919

2020
import static org.junit.Assert.assertNotNull;
21+
2122
import org.junit.Test;
2223

2324
public class Sha2CryptTest {

0 commit comments

Comments
 (0)