Fix StringUtils import (shouldn’t have been using the one in Axis)

This commit is contained in:
Graham Triggs 2016-12-24 09:28:42 +00:00
parent c5c9997764
commit 1b67e75e28

View file

@ -2,6 +2,7 @@
package org.vivoweb.webapp.sitemap;
import org.apache.commons.lang3.StringUtils;
import org.apache.jena.query.QuerySolution;
import edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServlet;
import edu.cornell.mannlib.vitro.webapp.controller.VitroRequest;
@ -9,7 +10,6 @@ import edu.cornell.mannlib.vitro.webapp.controller.freemarker.UrlBuilder;
import edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceException;
import edu.cornell.mannlib.vitro.webapp.rdfservice.ResultSetConsumer;
import edu.cornell.mannlib.vitro.webapp.visualization.constants.QueryConstants;
import org.apache.axis.utils.StringUtils;
import org.apache.commons.io.IOUtils;
import javax.servlet.ServletException;