We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a5ae2 commit 3bc801fCopy full SHA for 3bc801f
jib-core/src/test/java/com/google/cloud/tools/jib/tar/TarStreamBuilderTest.java
@@ -16,6 +16,8 @@
16
17
package com.google.cloud.tools.jib.tar;
18
19
+import static java.time.temporal.ChronoUnit.SECONDS;
20
+
21
import com.google.cloud.tools.jib.blob.Blobs;
22
import com.google.common.io.ByteStreams;
23
import com.google.common.io.Resources;
@@ -38,8 +40,6 @@
38
40
import org.junit.Before;
39
41
import org.junit.Test;
42
-import static java.time.temporal.ChronoUnit.SECONDS;
-
43
/** Tests for {@link TarStreamBuilder}. */
44
public class TarStreamBuilderTest {
45
0 commit comments