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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 072880b  Fix remaining Javadoc warning in EL API
072880b is described below

commit 072880b1a0f104d678f858958c312e7eb9f5823a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Sep 7 23:52:32 2019 +0100

    Fix remaining Javadoc warning in EL API
---
 java/javax/el/MethodExpression.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/javax/el/MethodExpression.java 
b/java/javax/el/MethodExpression.java
index 8cba354..2bcc6b1 100644
--- a/java/javax/el/MethodExpression.java
+++ b/java/javax/el/MethodExpression.java
@@ -62,6 +62,8 @@ public abstract class MethodExpression extends Expression {
      * Note: The spelling mistake is deliberate.
      * isParmetersProvided()  - Specification definition
      * isParametersProvided() - Corrected spelling
+     *
+     * @return Always <code>false</code>
      */
     public boolean isParmetersProvided() {
         // Expected to be over-ridden by implementation


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

Reply via email to