Skip to content

Commit df337ea

Browse files
committed
Fix author name
1 parent 1761e50 commit df337ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/OverrideAutoConfigurationContextCustomizerFactoryTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Tests for {@link OverrideAutoConfigurationContextCustomizerFactory}.
2727
*
28-
* @author pwebb
28+
* @author Phillip Webb
2929
*/
3030
public class OverrideAutoConfigurationContextCustomizerFactoryTests {
3131

spring-boot-samples/spring-boot-sample-custom-layout/src/main/java/sample/layout/SampleLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.springframework.boot.loader.tools.LoaderClassesWriter;
2525

2626
/**
27-
* @author pwebb
27+
* @author Phillip Webb
2828
*/
2929
public class SampleLayout extends Layouts.Jar implements CustomLoaderLayout {
3030

0 commit comments

Comments
 (0)