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-plugins.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 6c9c0d6 Fixed: Javadoc issues (OFBIZ-11328)
6c9c0d6 is described below
commit 6c9c0d6e3615ebc64c96a0a472afbabe7eeafd9e
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Thu Oct 1 23:03:54 2020 +0200
Fixed: Javadoc issues (OFBIZ-11328)
---
.../java/org/apache/ofbiz/ws/rs/process/ServiceRequestHandler.java | 5 +++--
.../apache/ofbiz/ws/rs/spi/impl/GenericServiceExceptionMapper.java | 5 ++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/process/ServiceRequestHandler.java b/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/process/ServiceRequestHandler.java
index d274b46..1f35670 100644
--- a/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/process/ServiceRequestHandler.java
+++ b/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/process/ServiceRequestHandler.java
@@ -49,8 +49,9 @@ public final class ServiceRequestHandler extends RestRequestHandler {
}
/**
- * @param data
- * @return
+ * @param ctx ContainerRequestContext
+ * @param arguments Map
+ * @return Response
*/
@Override
protected Response execute(ContainerRequestContext ctx, Map<String, Object> arguments) {
diff --git a/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/spi/impl/GenericServiceExceptionMapper.java b/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/spi/impl/GenericServiceExceptionMapper.java
index 3fda264..b59d670 100644
--- a/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/spi/impl/GenericServiceExceptionMapper.java
+++ b/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/spi/impl/GenericServiceExceptionMapper.java
@@ -59,9 +59,8 @@ public class GenericServiceExceptionMapper extends AbstractExceptionMapper imple
/**
* To response response.
- *
- * @param throwable the throwable
- * @return the response
+ * @param gse GenericServiceException
+ * @return Response
*/
@Override
public Response toResponse(GenericServiceException gse) {