Luke Taylor 16 年之前
父節點
當前提交
3b1cdc3ab4

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

@@ -29,7 +29,7 @@ import org.springframework.security.core.AuthenticationException;
 public class ProviderNotFoundException extends AuthenticationException {
     //~ Constructors ===================================================================================================
 
-/**
+    /**
      * Constructs a <code>ProviderNotFoundException</code> with the specified
      * message.
      *
@@ -39,7 +39,7 @@ public class ProviderNotFoundException extends AuthenticationException {
         super(msg);
     }
 
-/**
+    /**
      * Constructs a <code>ProviderNotFoundException</code> with the specified
      * message and root cause.
      *