You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2017/10/22 12:35:52 UTC

svn commit: r1812904 - /ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/sagepay/SagePayUtil.java

Author: mbrohl
Date: Sun Oct 22 12:35:52 2017
New Revision: 1812904

URL: http://svn.apache.org/viewvc?rev=1812904&view=rev
Log:
Bugfix: added JavaDoc param name and description, Buildbot saw the
missing parameter name as an error.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/sagepay/SagePayUtil.java

Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/sagepay/SagePayUtil.java
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/sagepay/SagePayUtil.java?rev=1812904&r1=1812903&r2=1812904&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/sagepay/SagePayUtil.java (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/sagepay/SagePayUtil.java Sun Oct 22 12:35:52 2017
@@ -116,7 +116,7 @@ public final class SagePayUtil {
 
     /**
      * Builds HttpHost with the given SagePayProperties.
-     * @param
+     * @param props SagePay properties
      * @throws IllegalArgumentException if neither productionHost nor testingHost found in properties.
      * @return
      */