Fix typos in code and documentation
See gh-31734
This commit is contained in:
committed by
Phillip Webb
parent
4bcec6e0ee
commit
dbfc6bded4
@@ -281,8 +281,8 @@ public class BuildImageMojo extends AbstractPackagerMojo {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the {@link File} to use to backup the original source.
|
||||
* @return the file to use to backup the original source
|
||||
* Return the {@link File} to use to back up the original source.
|
||||
* @return the file to use to back up the original source
|
||||
*/
|
||||
private File getBackupFile() {
|
||||
Artifact source = getSourceArtifact(null);
|
||||
|
||||
@@ -66,7 +66,7 @@ public class StopMojo extends AbstractMojo {
|
||||
private String jmxName;
|
||||
|
||||
/**
|
||||
* The port to use to lookup the platform MBeanServer if the application has been
|
||||
* The port to use to look up the platform MBeanServer if the application has been
|
||||
* forked.
|
||||
*/
|
||||
@Parameter(defaultValue = "9001")
|
||||
|
||||
Reference in New Issue
Block a user