Skip to content

Commit

Permalink
Improved: Remove unused imports
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1858292 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mthl committed Apr 27, 2019
1 parent 4d646ce commit 5767488
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -18,7 +18,6 @@
*******************************************************************************/ *******************************************************************************/
package org.apache.ofbiz.content.survey; package org.apache.ofbiz.content.survey;


import java.util.HashMap;
import java.util.Map; import java.util.Map;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
Expand All @@ -27,11 +26,6 @@
import org.apache.ofbiz.base.util.Debug; import org.apache.ofbiz.base.util.Debug;
import org.apache.ofbiz.base.util.UtilHttp; import org.apache.ofbiz.base.util.UtilHttp;
import org.apache.ofbiz.service.*; import org.apache.ofbiz.service.*;
import org.apache.ofbiz.webapp.control.ConfigXMLReader;
import org.apache.ofbiz.webapp.control.ConfigXMLReader.RequestMap;
import org.apache.ofbiz.webapp.control.RequestHandler;
import org.apache.ofbiz.webapp.control.WebAppConfigurationException;
import org.apache.ofbiz.webapp.event.EventHandlerException;


/** /**
* SurveyEvents Class * SurveyEvents Class
Expand Down

0 comments on commit 5767488

Please sign in to comment.