NIHVIVO-2211 Clean up the logic in ServletPolicyList and the classes that call it.
This commit is contained in:
parent
b162de36d2
commit
1c9b125800
9 changed files with 113 additions and 113 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
<h3>Is there a self editing policy in the context?</h3>
|
||||
<%
|
||||
ServletPolicyList spl = ServletPolicyList.getPolicies(application);
|
||||
PolicyList spl = ServletPolicyList.getPolicies(application);
|
||||
SelfEditingPolicy sePolicy = null;
|
||||
ListIterator it = spl.listIterator();
|
||||
String found = "Could not find a SelfEditingPolicy";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue