Author: markt
Date: Thu Oct 23 16:19:08 2014
New Revision: 1633869
URL: http://svn.apache.org/r1633869
Log:
Ignore Javadoc warnings
Modified:
tomcat/trunk/java/org/apache/el/parser/Node.java
tomcat/trunk/java/org/apache/el/parser/ParseException.java
Modified: tomcat/trunk/java/org/apache/el/parser/Node.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/el/parser/Node.java?rev=1633869&r1=1633868&r2=1633869&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/el/parser/Node.java (original)
+++ tomcat/trunk/java/org/apache/el/parser/Node.java Thu Oct 23 16:19:08 2014
@@ -33,6 +33,7 @@ import org.apache.el.lang.EvaluationCont
/**
* @author Jacob Hookom [[email protected]]
*/
+@SuppressWarnings("all") // Ignore warnings in generated code
public interface Node {
/** This method is called after the node has been made the current
Modified: tomcat/trunk/java/org/apache/el/parser/ParseException.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/el/parser/ParseException.java?rev=1633869&r1=1633868&r2=1633869&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/el/parser/ParseException.java (original)
+++ tomcat/trunk/java/org/apache/el/parser/ParseException.java Thu Oct 23
16:19:08 2014
@@ -11,6 +11,7 @@ package org.apache.el.parser;
* You can modify this class to customize your error reporting
* mechanisms so long as you retain the public fields.
*/
+@SuppressWarnings("all") // Ignore warnings in generated code
public class ParseException extends Exception {
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]