Author: ashish
Date: Mon Apr 20 04:49:07 2009
New Revision: 766573
URL:
http://svn.apache.org/viewvc?rev=766573&view=revLog:
Minor Change. Explicitly specified class name.
Modified:
ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy
Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy?rev=766573&r1=766572&r2=766573&view=diff==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy (original)
+++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy Mon Apr 20 04:49:07 2009
@@ -17,7 +17,7 @@
* under the License.
*/
-import org.ofbiz.content.survey.*;
+import org.ofbiz.content.survey.SurveyWrapper;
if (!survey) {
surveyResponseId = parameters.surveyResponseId;