1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Tidying up, removing compiler warnings etc.

This commit is contained in:
Luke Taylor
2008-12-20 00:16:49 +00:00
parent 8154161ef5
commit cc5966bc7e
255 changed files with 3993 additions and 4444 deletions
@@ -28,7 +28,6 @@ import javax.servlet.jsp.tagext.Tag;
/**
* DOCUMENT ME!
*
* @author Francois Beausoleil
* @version $Id$
@@ -81,10 +80,10 @@ public class AuthorizeTagCustomGrantedAuthorityTests extends TestCase {
private final String authority;
public int compareTo(Object o) {
return 0;
}
return 0;
}
public CustomGrantedAuthority(String authority) {
public CustomGrantedAuthority(String authority) {
this.authority = authority;
}