From a0f5169966269221cdbbbf5e236edbcc60a4ab30 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 29 Mar 2021 15:51:13 -0700 Subject: [PATCH] Polish --- .../boot/gradle/plugin/ResolveMainClassName.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java index 2b73b23f960..24e3d03faf4 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java @@ -101,7 +101,7 @@ public class ResolveMainClassName extends DefaultTask { /** * Returns the property for the explicitly configured main class name that should be - * used in favour of resolving the main class name from the classpath. + * used in favor of resolving the main class name from the classpath. * @return the configured main class name property */ @Input