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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

ashish-18
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;