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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 6d47c889a Fixed java doc error for setPath method
6d47c889a is described below

commit 6d47c889ab65b4382f94b32cc708079b4f3ef0c2
Author: Deepak Dixit <[email protected]>
AuthorDate: Mon Aug 25 11:00:03 2025 +0530

    Fixed java doc error for setPath method
---
 rest-api/src/main/java/org/apache/ofbiz/ws/rs/model/ModelApi.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rest-api/src/main/java/org/apache/ofbiz/ws/rs/model/ModelApi.java 
b/rest-api/src/main/java/org/apache/ofbiz/ws/rs/model/ModelApi.java
index 1a54f2479..e26947911 100644
--- a/rest-api/src/main/java/org/apache/ofbiz/ws/rs/model/ModelApi.java
+++ b/rest-api/src/main/java/org/apache/ofbiz/ws/rs/model/ModelApi.java
@@ -85,7 +85,7 @@ public class ModelApi {
     /**
      * Sets the value of the path property.
      *
-     * @param value allowed object is {@link String }
+     * @param path allowed object is {@link String }
      *
      */
     public void setPath(String path) {

Reply via email to