Merge branch '2.1.x'

Closes gh-18447
This commit is contained in:
Stephane Nicoll 2019-10-01 08:06:23 +02:00
commit e0d6d90683
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
*/
class ZipHeaderPeekInputStreamTests {
@Test