Added eclipse plugin to build. Some minor fixes to remove eclipse warnings.

This commit is contained in:
Luke Taylor
2010-08-18 14:11:06 +01:00
parent 5f6bcc0e1e
commit 1680807470
6 changed files with 6 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ import org.springframework.util.StringUtils;
/**
* @author Luke Taylor
*/
@SuppressWarnings("unchecked")
public class AbstractRememberMeServicesTests {
static User joe = new User("joe", "password", true, true,true,true, AuthorityUtils.createAuthorityList("ROLE_A"));
@@ -35,7 +36,7 @@ public class AbstractRememberMeServicesTests {
new MockRememberMeServices().decodeCookie("nonBase64CookieValue%");
}
@Test
@Test
public void setAndGetAreConsistent() throws Exception {
MockRememberMeServices services = new MockRememberMeServices();
assertNotNull(services.getCookieName());