Merge pull request #33683 from kvmw

* pr/33683:
  Fix JavaDoc typo in LocalServerPort

Closes gh-33683
This commit is contained in:
Moritz Halbritter 2023-01-09 10:28:08 +01:00
commit 6b6961e252

View File

@ -28,7 +28,7 @@ import org.springframework.beans.factory.annotation.Value;
* Annotation at the field or method/constructor parameter level that injects the HTTP
* port that got allocated at runtime. Provides a convenient alternative for
* <code>&#064;Value(&quot;${local.server.port}&quot;)</code>.
* @deprecated since 2.7.0 for removal in 3.0.0 in favor or
* @deprecated since 2.7.0 for removal in 3.0.0 in favor of
* {@code org.springframework.boot.test.web.server.LocalServerPort}
*
* @author Anand Shah