Author: markt
Date: Wed Mar  3 22:38:59 2010
New Revision: 918743

URL: http://svn.apache.org/viewvc?rev=918743&view=rev
Log:
More whitespace alignment.
No functional change.

Modified:
    
tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/JvmRouteBinderValve.java

Modified: 
tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/JvmRouteBinderValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/JvmRouteBinderValve.java?rev=918743&r1=918742&r2=918743&view=diff
==============================================================================
--- 
tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/JvmRouteBinderValve.java
 (original)
+++ 
tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/JvmRouteBinderValve.java
 Wed Mar  3 22:38:59 2010
@@ -213,13 +213,14 @@
              // valve cluster can access manager - other cluster handle 
turnover 
              // at host level - hopefully!
              Manager manager = request.getContext().getManager();
-
+             
              if (manager != null && (
                      (manager instanceof ClusterManager
                        && getCluster() != null
                        && 
getCluster().getManager(((ClusterManager)manager).getName()) != null)
                      ||
                      (manager instanceof PersistentManager)))
+             
                  handlePossibleTurnover(request, response);
         }
         // Pass this request on to the next valve in our pipeline



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

Reply via email to