This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 05633b3  Fix Javadoc error
05633b3 is described below

commit 05633b3b188db077a54b12c6ba92c8de973febda
Author: Mark Thomas <[email protected]>
AuthorDate: Wed May 19 15:10:38 2021 +0100

    Fix Javadoc error
---
 java/org/apache/catalina/servlets/DefaultServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java 
b/java/org/apache/catalina/servlets/DefaultServlet.java
index 944e8f4..062b979 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -253,7 +253,7 @@ public class DefaultServlet extends HttpServlet {
 
     /**
      * If a file has a BOM, should that be used in preference to fileEncoding?
-     * Will default to {@link BomConfig#TRUE} in {@link #init()}.
+     * Will default to {@code BomConfig.TRUE} in {@link #init()}.
      */
     private BomConfig useBomIfPresent = null;
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to