You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/07/19 06:56:26 UTC

[ofbiz-framework] branch trunk updated: Improved: fixes an API typo

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 775cc26  Improved: fixes an API typo
775cc26 is described below

commit 775cc26cefa91fa31840153f3585372007458e7a
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sun Jul 19 08:56:11 2020 +0200

    Improved: fixes an API typo
---
 .../src/main/java/org/apache/ofbiz/product/product/ProductWorker.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductWorker.java b/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductWorker.java
index 917231c..5bea8d5 100644
--- a/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductWorker.java
+++ b/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductWorker.java
@@ -1197,7 +1197,7 @@ nextProd:
      * worker to test if product can be order with a decimal quantity
      * @param delegator : access to DB
      * @param productId : ref. of product
-     * * @param productStoreId : ref. of store
+     * @param productStoreId : ref. of store
      * @return true if it can be ordered by decimal quantity
      * @throws GenericEntityException to catch
      */