瀏覽代碼

Tidying comments.

Luke Taylor 17 年之前
父節點
當前提交
4b8455c831
共有 1 個文件被更改,包括 2 次插入6 次删除
  1. 2 6
      core/src/main/java/org/springframework/security/ui/WebAuthenticationDetails.java

+ 2 - 6
core/src/main/java/org/springframework/security/ui/WebAuthenticationDetails.java

@@ -37,15 +37,11 @@ public class WebAuthenticationDetails implements SessionIdentifierAware, Seriali
 
     //~ Constructors ===================================================================================================
 
-/**
-     * Constructor.
-     *
-     * <p>
+    /**
      * NB: This constructor will cause a <code>HttpSession</code> to be created
      * (this is considered reasonable as all Spring Security authentication
      * requests rely on <code>HttpSession</code> to store the
-     * <code>Authentication</code> between requests
-     * </p>
+     * <code>Authentication</code> between requests.
      *
      * @param request that the authentication request was received from
      */