SEC-502: Fix. Use a Map instead of HashMap in the API. Also some minor tidying of test class.

This commit is contained in:
Luke Taylor
2007-08-27 17:21:16 +00:00
parent 57f3d268a1
commit dda88e3931
2 changed files with 4 additions and 9 deletions

View File

@@ -28,8 +28,7 @@ import java.util.List;
/**
*
DOCUMENT ME!
*
*
* @author Greg Turnquist
* @version $Id$
@@ -49,10 +48,6 @@ public class LabelBasedAclVoterTests extends AbstractDependencyInjectionSpringCo
return sampleService;
}
public static void main(String[] args) {
junit.textui.TestRunner.run(LabelBasedAclVoterTests.class);
}
public void setSampleService(SampleService sampleService) {
this.sampleService = sampleService;
}