NIHVIVO-2211 Clean up the logic in ServletPolicyList and the classes that call it.

This commit is contained in:
jeb228 2011-03-09 21:49:38 +00:00
parent b162de36d2
commit 1c9b125800
9 changed files with 113 additions and 113 deletions

View file

@ -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";