This is an automated email from the ASF dual-hosted git repository.
grv pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-plugins.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 2a85d30 Fixed: javadoc generation error fixed. Dereferenced 'Service' link (OFBIZ-11995)
2a85d30 is described below
commit 2a85d30fddfcd269f7a41ea66e779239b5c4f4ef
Author: Girish Vasmatkar <
[hidden email]>
AuthorDate: Tue Sep 15 15:49:32 2020 +0530
Fixed: javadoc generation error fixed. Dereferenced 'Service' link (OFBIZ-11995)
---
.../src/main/java/org/apache/ofbiz/ws/rs/model/ModelOperation.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/model/ModelOperation.java b/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/model/ModelOperation.java
index 88cf914..65ea5ca 100644
--- a/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/model/ModelOperation.java
+++ b/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/model/ModelOperation.java
@@ -30,7 +30,7 @@ public class ModelOperation {
/**
* Gets the value of the service property.
*
- * @return possible object is {@link Service }
+ * @return possible object is {@link String }
*
*/
public String getService() {
@@ -40,7 +40,7 @@ public class ModelOperation {
/**
* Sets the value of the service property.
*
- * @param value allowed object is {@link Service }
+ * @param value allowed object is {@link String }
*
*/
public void setService(String value) {