浏览代码

Tidying javadoc

Luke Taylor 17 年之前
父节点
当前提交
1aec2a6d0a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/src/main/java/org/springframework/security/AccessDeniedException.java

+ 2 - 2
core/src/main/java/org/springframework/security/AccessDeniedException.java

@@ -24,7 +24,7 @@ package org.springframework.security;
 public class AccessDeniedException extends SpringSecurityException {
     //~ Constructors ===================================================================================================
 
-/**
+    /**
      * Constructs an <code>AccessDeniedException</code> with the specified
      * message.
      *
@@ -34,7 +34,7 @@ public class AccessDeniedException extends SpringSecurityException {
         super(msg);
     }
 
-/**
+    /**
      * Constructs an <code>AccessDeniedException</code> with the specified
      * message and root cause.
      *