Skip to content

Commit 34c4554

Browse files
committed
Fix UUID import in test
1 parent 54aeaff commit 34c4554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-file/src/test/java/org/springframework/integration/file/remote/RemoteFileTemplateTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
import java.io.File;
3333
import java.io.IOException;
3434
import java.io.InputStream;
35+
import java.util.UUID;
3536

36-
import org.jgroups.util.UUID;
3737
import org.junit.Before;
3838
import org.junit.Rule;
3939
import org.junit.Test;

0 commit comments

Comments
 (0)