You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/07/23 17:55:19 UTC

[incubator-openwhisk-runtime-ballerina] 06/06: Updating doc comment in proxy

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-ballerina.git

commit c5ef93db8ca31eecd1202bc762f293722350d6c8
Author: mpmunasinghe <mp...@gmail.com>
AuthorDate: Mon Jul 16 14:13:44 2018 +0530

    Updating doc comment in proxy
---
 .../main/java/org/ballerinalang/openwhisk/runtime/BallerinaProxy.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ballerina/proxy/src/main/java/org/ballerinalang/openwhisk/runtime/BallerinaProxy.java b/ballerina/proxy/src/main/java/org/ballerinalang/openwhisk/runtime/BallerinaProxy.java
index cfeae77..f03366e 100644
--- a/ballerina/proxy/src/main/java/org/ballerinalang/openwhisk/runtime/BallerinaProxy.java
+++ b/ballerina/proxy/src/main/java/org/ballerinalang/openwhisk/runtime/BallerinaProxy.java
@@ -210,7 +210,7 @@ import javax.ws.rs.core.Response;
      *
      * @param status
      * @param response
-     * @return
+     * @return Formatted response
      */
     private Response buildResponse(Response.Status status, String response) {
         System.out.println("XXX_THE_END_OF_A_WHISK_ACTIVATION_XXX");