From 1aec2a6d0a55fea20c324b5edc97e30b414845da Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 18 Feb 2008 18:27:50 +0000 Subject: [PATCH] Tidying javadoc --- .../org/springframework/security/AccessDeniedException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/springframework/security/AccessDeniedException.java b/core/src/main/java/org/springframework/security/AccessDeniedException.java index f08631624e..c06f9ede68 100644 --- a/core/src/main/java/org/springframework/security/AccessDeniedException.java +++ b/core/src/main/java/org/springframework/security/AccessDeniedException.java @@ -24,7 +24,7 @@ package org.springframework.security; public class AccessDeniedException extends SpringSecurityException { //~ Constructors =================================================================================================== -/** + /** * Constructs an AccessDeniedException with the specified * message. * @@ -34,7 +34,7 @@ public class AccessDeniedException extends SpringSecurityException { super(msg); } -/** + /** * Constructs an AccessDeniedException with the specified * message and root cause. *