Author: markt Date: Tue Nov 5 22:50:21 2013 New Revision: 1539174 URL: http://svn.apache.org/r1539174 Log: Fix indent
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/ELNode.java Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1539133 Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/ELNode.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/ELNode.java?rev=1539174&r1=1539173&r2=1539174&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/ELNode.java (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/ELNode.java Tue Nov 5 22:50:21 2013 @@ -65,9 +65,9 @@ abstract class ELNode { return expr; } - public char getType() { - return type; - } + public char getType() { + return type; + } } /** --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org