Browse Source

Javadoc correction

Luke Taylor 19 years ago
parent
commit
b5cbc977e1
1 changed files with 2 additions and 2 deletions
  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.
      *