2
0
Luke Taylor 17 жил өмнө
parent
commit
1aec2a6d0a

+ 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.
      *