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 2015/03/19 16:50:33 UTC

svn commit: r1667796 - /tomcat/tc7.0.x/trunk/java/javax/el/ValueExpression.java

Author: markt
Date: Thu Mar 19 15:50:32 2015
New Revision: 1667796

URL: http://svn.apache.org/r1667796
Log:
Trivial change to trigger CI build to test CI system

Modified:
    tomcat/tc7.0.x/trunk/java/javax/el/ValueExpression.java

Modified: tomcat/tc7.0.x/trunk/java/javax/el/ValueExpression.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/javax/el/ValueExpression.java?rev=1667796&r1=1667795&r2=1667796&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/javax/el/ValueExpression.java (original)
+++ tomcat/tc7.0.x/trunk/java/javax/el/ValueExpression.java Thu Mar 19 15:50:32 2015
@@ -102,7 +102,7 @@ public abstract class ValueExpression ex
      * @since EL 2.2
      */
     public ValueReference getValueReference(@SuppressWarnings("unused") ELContext context) {
-     // Expected to be over-ridden by implementation
+        // Expected to be over-ridden by implementation
         return null;
     }
 }



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