Put the comment in the right place
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 6 Jun 2010 18:23:33 +0000 (18:23 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 6 Jun 2010 18:23:33 +0000 (18:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@951921 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/session/StandardSession.java

index 0d3e30f..933d3e7 100644 (file)
@@ -89,8 +89,6 @@ public class StandardSession
     protected static final boolean ACTIVITY_CHECK;
 
 
-    // ----------------------------------------------------------- Constructors
-
     static {
         STRICT_SERVLET_COMPLIANCE = Boolean.valueOf(System.getProperty(
                 "org.apache.catalina.STRICT_SERVLET_COMPLIANCE",
@@ -107,6 +105,9 @@ public class StandardSession
     }
     
 
+    // ----------------------------------------------------------- Constructors
+
+
     /**
      * Construct a new Session associated with the specified Manager.
      *