Author: mthl
Date: Sat Apr 27 19:10:26 2019
New Revision: 1858292
URL:
http://svn.apache.org/viewvc?rev=1858292&view=revLog:
Improved: Remove unused imports
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java
Modified: ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java?rev=1858292&r1=1858291&r2=1858292&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java Sat Apr 27 19:10:26 2019
@@ -18,7 +18,6 @@
*******************************************************************************/
package org.apache.ofbiz.content.survey;
-import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
@@ -27,11 +26,6 @@ import javax.servlet.http.HttpServletRes
import org.apache.ofbiz.base.util.Debug;
import org.apache.ofbiz.base.util.UtilHttp;
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