Skip to content

Commit 7d860df

Browse files
committed
Polish
1 parent 348b2c2 commit 7d860df

File tree

1 file changed

+3
-3
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/AbstractRunMojo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -47,7 +47,7 @@
4747
import org.springframework.boot.loader.tools.MainClassFinder;
4848

4949
/**
50-
* Base class to run a spring application.
50+
* Base class to run a Spring Boot application.
5151
*
5252
* @author Phillip Webb
5353
* @author Stephane Nicoll
@@ -86,7 +86,7 @@ public abstract class AbstractRunMojo extends AbstractDependencyFilterMojo {
8686
/**
8787
* Add maven resources to the classpath directly, this allows live in-place editing of
8888
* resources. Duplicate resources are removed from {@code target/classes} to prevent
89-
* them to appear twice if {@code ClassLoader.getResources()} is called. Please
89+
* them from appearing twice if {@code ClassLoader.getResources()} is called. Please
9090
* consider adding {@code spring-boot-devtools} to your project instead as it provides
9191
* this feature and many more.
9292
* @since 1.0.0

0 commit comments

Comments
 (0)