@@ -711,7 +711,7 @@ public String getServletPath() {
711711 /**
712712 * Returns a session, creating it if necessary, and sets the HttpOnly flag
713713 * on the Session ID cookie. The 'secure' flag is also set if the property
714- * {@Code HttpUtilities.ForceSecureCookies} is set to {@Code true} in the <b>ESAPI.properties</b> file.
714+ * {@code HttpUtilities.ForceSecureCookies} is set to {@code true} in the <b>ESAPI.properties</b> file.
715715 * @return The current session
716716 */
717717 public HttpSession getSession () {
@@ -720,10 +720,10 @@ public HttpSession getSession() {
720720
721721 /**
722722 * Returns the current session associated with this request or, if there is no current session and
723- * {@Code create} is {@Code true}, returns a new session and sets the HttpOnly flag on the session ID cookie.
724- * The 'secure' flag is also set if the property {@Code HttpUtilities.ForceSecureCookies} is set to
725- * {@Code true} in the <b>ESAPI.properties</b> file.
726- * @param create If set to {@Code true}, create a new session if one doesn't exist, otherwise return {@Code null}
723+ * {@code create} is {@code true}, returns a new session and sets the HttpOnly flag on the session ID cookie.
724+ * The 'secure' flag is also set if the property {@code HttpUtilities.ForceSecureCookies} is set to
725+ * {@code true} in the <b>ESAPI.properties</b> file.
726+ * @param create If set to {@code true}, create a new session if one doesn't exist, otherwise return {@code null}
727727 * @return The current session
728728 */
729729 public HttpSession getSession (boolean create ) {
0 commit comments