Author: markt
Date: Mon Mar  8 20:59:18 2010
New Revision: 920506

URL: http://svn.apache.org/viewvc?rev=920506&view=rev
Log:
Whitespace

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

Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/Generator.java?rev=920506&r1=920505&r2=920506&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/Generator.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/Generator.java Mon Mar  8 
20:59:18 2010
@@ -1052,25 +1052,23 @@
                 java.lang.reflect.Method meth = JspRuntimeLibrary
                         .getReadMethod(bean, property);
                 String methodName = meth.getName();
-                out
-                        
.printil("out.write(org.apache.jasper.runtime.JspRuntimeLibrary.toString("
-                                + "((("
-                                + beanName
-                                + ")_jspx_page_context.findAttribute("
-                                + "\""
-                                + name + "\"))." + methodName + "())));");
+                
out.printil("out.write(org.apache.jasper.runtime.JspRuntimeLibrary.toString("
+                        + "((("
+                        + beanName
+                        + ")_jspx_page_context.findAttribute("
+                        + "\""
+                        + name + "\"))." + methodName + "())));");
             } else if (varInfoNames.contains(name)) {
                 // The object is a custom action with an associated
                 // VariableInfo entry for this name.
                 // Get the class name and then introspect at runtime.
-                out
-                        
.printil("out.write(org.apache.jasper.runtime.JspRuntimeLibrary.toString"
-                                + 
"(org.apache.jasper.runtime.JspRuntimeLibrary.handleGetProperty"
-                                + "(_jspx_page_context.findAttribute(\""
-                                + name
-                                + "\"), \""
-                                + property
-                                + "\")));");
+                
out.printil("out.write(org.apache.jasper.runtime.JspRuntimeLibrary.toString"
+                        + 
"(org.apache.jasper.runtime.JspRuntimeLibrary.handleGetProperty"
+                        + "(_jspx_page_context.findAttribute(\""
+                        + name
+                        + "\"), \""
+                        + property
+                        + "\")));");
             } else {
                 StringBuilder msg =
                     new StringBuilder("jsp:getProperty for bean with name '");



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

Reply via email to