Merge pull request #18445 from dreis2211

* pr/18445:
  Fix comment position in ZipHeaderPeekInputStreamTests

Closes gh-18445
This commit is contained in:
Stephane Nicoll 2019-10-01 08:05:26 +02:00
commit a88d12452d
1 changed files with 5 additions and 5 deletions

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