SEC-502: Fix. Use a Map instead of HashMap in the API. Also some minor tidying of test class.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user