You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/06/17 20:12:36 UTC

[tomcat] branch main updated: Block comment, not Javadoc comment

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7b54381cfc Block comment, not Javadoc comment
7b54381cfc is described below

commit 7b54381cfcb5b27c34e750fa6e2e29bd29c0c772
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 17 21:12:17 2022 +0100

    Block comment, not Javadoc comment
    
    (I'm experimenting with automatic code (re)formatting and this was
    causing an issue).
---
 java/jakarta/el/BeanELResolver.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/jakarta/el/BeanELResolver.java b/java/jakarta/el/BeanELResolver.java
index 8d41119d72..abd88439ae 100644
--- a/java/jakarta/el/BeanELResolver.java
+++ b/java/jakarta/el/BeanELResolver.java
@@ -219,7 +219,7 @@ public class BeanELResolver extends ELResolver {
                 for (PropertyDescriptor pd: pds) {
                     this.properties.put(pd.getName(), new BeanProperty(type, pd));
                 }
-                /**
+                /*
                  * Populating from any interfaces solves two distinct problems:
                  * 1. When running under a security manager, classes may be
                  *    unaccessible but have accessible interfaces.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org