Merge pull request #18445 from dreis2211

* pr/18445:
  Fix comment position in ZipHeaderPeekInputStreamTests

Closes gh-18445
pull/18546/head
Stephane Nicoll 5 years ago
commit a88d12452d

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

Loading…
Cancel
Save