Tidying javadoc

This commit is contained in:
Luke Taylor 2008-02-18 18:27:50 +00:00
parent d7b3a1f734
commit 1aec2a6d0a
1 changed files with 2 additions and 2 deletions

View File

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