Author: jleroux
Date: Sun Dec 10 12:47:59 2017
New Revision: 1817710

URL: http://svn.apache.org/viewvc?rev=1817710&view=rev
Log:
No functional changes, fixes a typo I put in with r1817709

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/PdfSurveyServices.java

Modified: 
ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/PdfSurveyServices.java
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/PdfSurveyServices.java?rev=1817710&r1=1817709&r2=1817710&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/PdfSurveyServices.java
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/PdfSurveyServices.java
 Sun Dec 10 12:47:59 2017
@@ -581,6 +581,7 @@ public class PdfSurveyServices {
                     inputByteBuffer = 
DataResourceWorker.getContentAsByteBuffer(delegator, dataResourceId, https, 
webSiteId, locale, rootDir);
                 } catch (GenericEntityException | IOException e) {
                     throw(new GeneralException(e.getMessage()));
+                }
             }
         }
         return inputByteBuffer;


Reply via email to