mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 23:32:14 +00:00
Tidying javadoc
This commit is contained in:
parent
d7b3a1f734
commit
1aec2a6d0a
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user