Luke Taylor 16 년 전
부모
커밋
3b1cdc3ab4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/src/main/java/org/springframework/security/authentication/ProviderNotFoundException.java

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