Fix typo
This commit is contained in:
parent
c04454dc19
commit
541d3c4853
|
|
@ -24,8 +24,8 @@ import org.springframework.boot.loader.archive.Archive;
|
||||||
* included inside a {@code /BOOT-INF/classes} directory.
|
* included inside a {@code /BOOT-INF/classes} directory.
|
||||||
*
|
*
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
* @author Andy Wilkinso
|
* @author Andy Wilkinson
|
||||||
* @since 1.0.0n
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public class JarLauncher extends ExecutableArchiveLauncher {
|
public class JarLauncher extends ExecutableArchiveLauncher {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue