You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/04/20 06:49:08 UTC

svn commit: r766573 - /ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy

Author: ashish
Date: Mon Apr 20 04:49:07 2009
New Revision: 766573

URL: http://svn.apache.org/viewvc?rev=766573&view=rev
Log:
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;