Removing $Id$ markers and stripping trailing whitespace from the codebase.
This commit is contained in:
@@ -27,7 +27,6 @@ import org.springframework.web.context.WebApplicationContext;
|
||||
/**
|
||||
*
|
||||
* @author Luke Taylor
|
||||
* @version $Id$
|
||||
* @since 3.0
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
|
||||
@@ -31,7 +31,6 @@ import org.springframework.security.core.userdetails.User;
|
||||
* Tests {@link AuthenticationTag}.
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id$
|
||||
*/
|
||||
public class AuthenticationTagTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
@@ -32,7 +32,6 @@ import javax.servlet.jsp.tagext.Tag;
|
||||
* DOCUMENT ME!
|
||||
*
|
||||
* @author Francois Beausoleil
|
||||
* @version $Id$
|
||||
*/
|
||||
public class AuthorizeTagAttributeTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
@@ -30,7 +30,6 @@ import javax.servlet.jsp.tagext.Tag;
|
||||
/**
|
||||
*
|
||||
* @author Francois Beausoleil
|
||||
* @version $Id$
|
||||
*/
|
||||
public class AuthorizeTagCustomGrantedAuthorityTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
@@ -39,7 +39,6 @@ import org.springframework.web.context.support.StaticWebApplicationContext;
|
||||
/**
|
||||
* @author Francois Beausoleil
|
||||
* @author Luke Taylor
|
||||
* @version $Id$
|
||||
*/
|
||||
public class AuthorizeTagTests {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user