This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch javax in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 0aff446c14f4aa76789839a61a0ce643c69ed00e 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 07e4d28de..dc19b2756 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