Commit 417bfc4c authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Fix comment position in ZipHeaderPeekInputStreamTests

See gh-18445
parent 2fffa567
......@@ -16,11 +16,6 @@
package org.springframework.boot.loader.tools;
/**
* Tests for {@link ZipHeaderPeekInputStream}.
*
* @author Andy Wilkinson
*/
import java.io.ByteArrayInputStream;
import java.io.IOException;
......@@ -30,6 +25,11 @@ import org.springframework.boot.loader.tools.JarWriter.ZipHeaderPeekInputStream;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link ZipHeaderPeekInputStream}.
*
* @author Andy Wilkinson
*/
public class ZipHeaderPeekInputStreamTests {
@Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment