Skip to content

Commit a88d124

Browse files
committed
Merge pull request #18445 from dreis2211
* pr/18445: Fix comment position in ZipHeaderPeekInputStreamTests Closes gh-18445
2 parents 2fffa56 + 417bfc4 commit a88d124

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/test/java/org/springframework/boot/loader/tools/ZipHeaderPeekInputStreamTests.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616

1717
package org.springframework.boot.loader.tools;
1818

19-
/**
20-
* Tests for {@link ZipHeaderPeekInputStream}.
21-
*
22-
* @author Andy Wilkinson
23-
*/
2419
import java.io.ByteArrayInputStream;
2520
import java.io.IOException;
2621

@@ -30,6 +25,11 @@
3025

3126
import static org.assertj.core.api.Assertions.assertThat;
3227

28+
/**
29+
* Tests for {@link ZipHeaderPeekInputStream}.
30+
*
31+
* @author Andy Wilkinson
32+
*/
3333
public class ZipHeaderPeekInputStreamTests {
3434

3535
@Test

0 commit comments

Comments
 (0)