Fix typos in code and documentation
See gh-31734
This commit is contained in:
committed by
Phillip Webb
parent
4bcec6e0ee
commit
dbfc6bded4
@@ -20,7 +20,7 @@ import org.springframework.boot.build.bom.Library;
|
||||
import org.springframework.boot.build.bom.bomr.version.DependencyVersion;
|
||||
|
||||
/**
|
||||
* An upgrade to change a {@link Library} to use a new version}.
|
||||
* An upgrade to change a {@link Library} to use a new version.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
|
||||
@@ -29,8 +29,7 @@ import org.gradle.tooling.events.FinishEvent;
|
||||
import org.gradle.tooling.events.OperationCompletionListener;
|
||||
|
||||
/**
|
||||
* {@link BuildService} that provides an overview of all of the test failures in the
|
||||
* build.
|
||||
* {@link BuildService} that provides an overview of all the test failures in the build.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
|
||||
@@ -53,12 +53,12 @@ class DependencyVersionTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void parseWhenCalendarVersionShouldReturnArticatVersionDependencyVersion() {
|
||||
void parseWhenCalendarVersionShouldReturnArtifactVersionDependencyVersion() {
|
||||
assertThat(DependencyVersion.parse("2020.0.0")).isInstanceOf(CalendarVersionDependencyVersion.class);
|
||||
}
|
||||
|
||||
@Test
|
||||
void parseWhenCalendarVersionWithModifierShouldReturnArticatVersionDependencyVersion() {
|
||||
void parseWhenCalendarVersionWithModifierShouldReturnArtifactVersionDependencyVersion() {
|
||||
assertThat(DependencyVersion.parse("2020.0.0-M1")).isInstanceOf(CalendarVersionDependencyVersion.class);
|
||||
}
|
||||
|
||||
|
||||
@@ -805,7 +805,7 @@ required to use this feature.</description>
|
||||
<type>long</type>
|
||||
<required>false</required>
|
||||
<editable>true</editable>
|
||||
<description>The number of milli-seconds to wait between each attempt to check if the spring
|
||||
<description>The number of milliseconds to wait between each attempt to check if the spring
|
||||
application is ready.</description>
|
||||
</parameter>
|
||||
<parameter>
|
||||
@@ -880,7 +880,7 @@ application.</description>
|
||||
<type>int</type>
|
||||
<required>false</required>
|
||||
<editable>true</editable>
|
||||
<description>The port to use to lookup the platform MBeanServer if the application has been
|
||||
<description>The port to use to look up the platform MBeanServer if the application has been
|
||||
forked.</description>
|
||||
</parameter>
|
||||
<parameter>
|
||||
|
||||
Reference in New Issue
Block a user