Merge pull request #33683 from kvmw

* pr/33683:
  Fix JavaDoc typo in LocalServerPort

Closes gh-33683
pull/33774/head
Moritz Halbritter 2 years ago
commit 6b6961e252

@ -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

Loading…
Cancel
Save