소스 검색

Javadoc correction

Luke Taylor 19 년 전
부모
커밋
b5cbc977e1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/src/main/java/org/acegisecurity/BadCredentialsException.java

+ 2 - 2
core/src/main/java/org/acegisecurity/BadCredentialsException.java

@@ -29,7 +29,7 @@ public class BadCredentialsException extends AuthenticationException {
 
     //~ Constructors ===================================================================================================
 
-/**
+    /**
      * Constructs a <code>BadCredentialsException</code> with the specified
      * message.
      *
@@ -44,7 +44,7 @@ public class BadCredentialsException extends AuthenticationException {
         this.extraInformation = extraInformation;
     }
 
-/**
+    /**
      * Constructs a <code>BadCredentialsException</code> with the specified
      * message and root cause.
      *