This is an automated email from the ASF dual-hosted git repository. vlamp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push: new d0f7f5c4a Fixed Javadoc typo. No functional changes. d0f7f5c4a is described below commit d0f7f5c4a9f1f5437c16a172dbd3907685e747ae Author: Volker Lamp <vl...@apache.org> AuthorDate: Thu Aug 15 18:13:58 2024 +0200 Fixed Javadoc typo. No functional changes. --- tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java b/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java index c4874b783..1e556bb12 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java @@ -701,7 +701,7 @@ public class SymbolConstants /** * Defines the path the OpenAPI description file of this application's REST endpoints will be * published. It should start with a slash. Default value is <code>/openapi.json</code>. - * The description will only be published if {{@link #PUBLISH_OPENAPI_DEFINITON} is set to + * The description will only be published if {@link #PUBLISH_OPENAPI_DEFINITON} is set to * <code>true</code>. * @see OpenApiDescriptionGenerator * @since 5.8.0