From 9e4be9ae2d2834b2e59bc6ec0334b96675c9a74a Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 22 Sep 2021 17:13:51 +0200 Subject: [PATCH] fixed javadoc --- src/main/java/org/gcube/portal/ddas/BrokerServiceEndpoint.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portal/ddas/BrokerServiceEndpoint.java b/src/main/java/org/gcube/portal/ddas/BrokerServiceEndpoint.java index 8b13e17..5259a75 100644 --- a/src/main/java/org/gcube/portal/ddas/BrokerServiceEndpoint.java +++ b/src/main/java/org/gcube/portal/ddas/BrokerServiceEndpoint.java @@ -36,8 +36,7 @@ public class BrokerServiceEndpoint { private static final String CALLBACK_PROPERTY_NAME = "vre_callback_url"; /** - * Retrieve endpoint resoruce from IS - * @return List of InetSocketAddresses + * Retrieve the vre callbac URL to pass to the broker service in the response from the endpoint resource on IS * @throws Exception */ public static String getVRECallbackURLFromServiceEndpoint(){