Fix typos
See gh-30773
This commit is contained in:
@@ -179,7 +179,7 @@ public class BuildImageMojo extends AbstractPackagerMojo {
|
||||
private LayoutFactory layoutFactory;
|
||||
|
||||
/**
|
||||
* Return the type of archive that should be used when buiding the image.
|
||||
* Return the type of archive that should be used when building the image.
|
||||
* @return the value of the {@code layout} parameter, or {@code null} if the parameter
|
||||
* is not provided
|
||||
*/
|
||||
|
||||
@@ -71,7 +71,7 @@ public class StartMojo extends AbstractRunMojo {
|
||||
private int jmxPort = 9001;
|
||||
|
||||
/**
|
||||
* The number of milli-seconds to wait between each attempt to check if the spring
|
||||
* The number of milliseconds to wait between each attempt to check if the spring
|
||||
* application is ready.
|
||||
*/
|
||||
@Parameter
|
||||
|
||||
Reference in New Issue
Block a user