Tidying javadoc

This commit is contained in:
Luke Taylor 2008-02-18 18:27:50 +00:00
parent d7b3a1f734
commit 1aec2a6d0a

View File

@ -24,7 +24,7 @@ package org.springframework.security;
public class AccessDeniedException extends SpringSecurityException { public class AccessDeniedException extends SpringSecurityException {
//~ Constructors =================================================================================================== //~ Constructors ===================================================================================================
/** /**
* Constructs an <code>AccessDeniedException</code> with the specified * Constructs an <code>AccessDeniedException</code> with the specified
* message. * message.
* *
@ -34,7 +34,7 @@ public class AccessDeniedException extends SpringSecurityException {
super(msg); super(msg);
} }
/** /**
* Constructs an <code>AccessDeniedException</code> with the specified * Constructs an <code>AccessDeniedException</code> with the specified
* message and root cause. * message and root cause.
* *