Author: markt
Date: Tue Oct 19 14:46:02 2010
New Revision: 1024250

URL: http://svn.apache.org/viewvc?rev=1024250&view=rev
Log:
Fix indents

Modified:
    tomcat/trunk/java/org/apache/jasper/compiler/PageDataImpl.java

Modified: tomcat/trunk/java/org/apache/jasper/compiler/PageDataImpl.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/PageDataImpl.java?rev=1024250&r1=1024249&r2=1024250&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/PageDataImpl.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/PageDataImpl.java Tue Oct 19 
14:46:02 2010
@@ -127,7 +127,7 @@ class PageDataImpl extends PageData impl
         }
 
         @Override
-    public void visit(Node.Root n) throws JasperException {
+        public void visit(Node.Root n) throws JasperException {
             visitBody(n);
             if (n == root) {
                 /*
@@ -164,7 +164,7 @@ class PageDataImpl extends PageData impl
         }
 
         @Override
-    public void visit(Node.JspRoot n) throws JasperException {
+        public void visit(Node.JspRoot n) throws JasperException {
             addAttributes(n.getTaglibAttributes());
             addAttributes(n.getNonTaglibXmlnsAttributes());
             addAttributes(n.getAttributes());
@@ -177,7 +177,7 @@ class PageDataImpl extends PageData impl
          * element.
          */
         @Override
-    public void visit(Node.TaglibDirective n) throws JasperException {
+        public void visit(Node.TaglibDirective n) throws JasperException {
             Attributes attrs = n.getAttributes();
             if (attrs != null) {
                 String qName = "xmlns:" + attrs.getValue("prefix");



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

Reply via email to