1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Removing $Id$ markers and stripping trailing whitespace from the codebase.

This commit is contained in:
Luke Taylor
2010-01-08 16:06:05 +00:00
parent 9a323f15bc
commit 052537c8b0
877 changed files with 12140 additions and 12851 deletions
+1 -1
View File
@@ -51,5 +51,5 @@
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
</plugins>
</build>
</build>
</project>
@@ -66,7 +66,6 @@ import org.springframework.web.util.ExpressionEvaluationUtils;
* implementations are found in the application context.
*
* @author Ben Alex
* @version $Id$
*/
public class AccessControlListTag extends TagSupport {
//~ Static fields/initializers =====================================================================================
@@ -39,7 +39,6 @@ import javax.servlet.jsp.tagext.TagSupport;
* Whilst JSPs can access the <code>SecurityContext</code> directly, this tag avoids handling <code>null</code> conditions.
*
* @author Thomas Champagne
* @version $Id$
*/
public class AuthenticationTag extends TagSupport {
@@ -29,7 +29,6 @@ import org.springframework.web.context.support.WebApplicationContextUtils;
* <li>by evaluating the current user's right to access a particular URL (set using the "url" attribute).</li>
* </ul>
* @author Luke Taylor
* @version $Id$
* @since 3.0
*/
public class AuthorizeTag extends LegacyAuthorizeTag {
@@ -37,7 +37,6 @@ import org.springframework.web.util.ExpressionEvaluationUtils;
* are granted to the request's principal.
*
* @author Francois Beausoleil
* @version $Id$
*/
public class LegacyAuthorizeTag extends TagSupport {
//~ Instance fields ================================================================================================
@@ -30,7 +30,6 @@ import org.springframework.context.ApplicationContext;
* {@link AuthenticationTag}, {@link AclTag}, {@link LegacyAuthorizeTag}
*
* @author Wang Qi
* @version $Id$
*/
public interface Authz {
//~ Methods ========================================================================================================
@@ -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 ================================================================================================