Fix comment position in ZipHeaderPeekInputStreamTests

See gh-18445
This commit is contained in:
dreis2211
2019-09-30 19:09:32 +02:00
committed by Stephane Nicoll
parent 2fffa5675d
commit 417bfc4c87

View File

@@ -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