Fix author name
This commit is contained in:
parent
1761e50b03
commit
df337eaf5e
|
|
@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
/**
|
||||
* Tests for {@link OverrideAutoConfigurationContextCustomizerFactory}.
|
||||
*
|
||||
* @author pwebb
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
public class OverrideAutoConfigurationContextCustomizerFactoryTests {
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import org.springframework.boot.loader.tools.Layouts;
|
|||
import org.springframework.boot.loader.tools.LoaderClassesWriter;
|
||||
|
||||
/**
|
||||
* @author pwebb
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
public class SampleLayout extends Layouts.Jar implements CustomLoaderLayout {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue