From 5471893d8845566507c255b5c5aab017477f5d33 Mon Sep 17 00:00:00 2001 From: bjl23 Date: Fri, 26 Mar 2010 19:35:48 +0000 Subject: [PATCH] resolves issue NIHVIVO-175 'allow rdfs:Literal in restrictions --- .../controller/edit/RestrictionRetryController.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionRetryController.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionRetryController.java index d138c8481..2334d7773 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionRetryController.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionRetryController.java @@ -15,6 +15,7 @@ import javax.servlet.http.HttpServletResponse; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; +import com.hp.hpl.jena.vocabulary.RDFS; import com.ibm.icu.text.Collator; import edu.cornell.mannlib.vedit.beans.EditProcessObject; @@ -96,9 +97,6 @@ public class RestrictionRetryController extends BaseEditController { request.setAttribute("propertyType", "object"); } else { request.setAttribute("propertyType", "data"); - List