Fix typos in code and documentation
See gh-31734
This commit is contained in:
committed by
Phillip Webb
parent
4bcec6e0ee
commit
dbfc6bded4
@@ -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