Trivial: removing Override annotations which Java 1.5 doesn't allow.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20944 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Neil McErlean
2010-07-05 15:12:02 +00:00
parent 47498a717b
commit 68f83da1d7

View File

@@ -62,7 +62,6 @@ public class TestPersonManager
{
return AuthenticationUtil.runAs(new AuthenticationUtil.RunAsWork<NodeRef>()
{
@Override
public NodeRef doWork() throws Exception
{
if (authenticationService.authenticationExists(userName) == false)
@@ -114,7 +113,6 @@ public class TestPersonManager
{
AuthenticationUtil.runAs(new AuthenticationUtil.RunAsWork<Void>()
{
@Override
public Void doWork() throws Exception
{
for (String user : people.keySet()) {