From: markt Date: Sun, 6 Jun 2010 18:23:33 +0000 (+0000) Subject: Put the comment in the right place X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=56962ff6a647bafc9d8cdaaae8ac26a18bfdb25f;p=tomcat7.0 Put the comment in the right place git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@951921 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/session/StandardSession.java b/java/org/apache/catalina/session/StandardSession.java index 0d3e30f72..933d3e7b3 100644 --- a/java/org/apache/catalina/session/StandardSession.java +++ b/java/org/apache/catalina/session/StandardSession.java @@ -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. *