Removing $Id$ markers and stripping trailing whitespace from the codebase.
This commit is contained in:
+1
-1
@@ -51,5 +51,5 @@
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
-1
@@ -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 =====================================================================================
|
||||
|
||||
-1
@@ -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 {
|
||||
|
||||
-1
@@ -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 ========================================================================================================
|
||||
|
||||
-1
@@ -27,7 +27,6 @@ import org.springframework.web.context.WebApplicationContext;
|
||||
/**
|
||||
*
|
||||
* @author Luke Taylor
|
||||
* @version $Id$
|
||||
* @since 3.0
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
|
||||
-1
@@ -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 ================================================================================================
|
||||
|
||||
-1
@@ -32,7 +32,6 @@ import javax.servlet.jsp.tagext.Tag;
|
||||
* DOCUMENT ME!
|
||||
*
|
||||
* @author Francois Beausoleil
|
||||
* @version $Id$
|
||||
*/
|
||||
public class AuthorizeTagAttributeTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
-1
@@ -30,7 +30,6 @@ import javax.servlet.jsp.tagext.Tag;
|
||||
/**
|
||||
*
|
||||
* @author Francois Beausoleil
|
||||
* @version $Id$
|
||||
*/
|
||||
public class AuthorizeTagCustomGrantedAuthorityTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
-1
@@ -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