From 9f0eab0dd6b167535f8cadd8b7f1224007ede929 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 21 Aug 2020 12:20:42 -0400 Subject: Roll versions to next Guilin snapshot Update version to next Guilin snapshot Change-Id: I2441a75c7cd87582f2a4075e74edfffbb33fad97 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney --- .../main/java/org/onap/sdnc/vnftools/VnfTools.java | 27 +++++----------------- 1 file changed, 6 insertions(+), 21 deletions(-) (limited to 'vnftools/provider/src') diff --git a/vnftools/provider/src/main/java/org/onap/sdnc/vnftools/VnfTools.java b/vnftools/provider/src/main/java/org/onap/sdnc/vnftools/VnfTools.java index f1e6a2f8..c5d14b5c 100644 --- a/vnftools/provider/src/main/java/org/onap/sdnc/vnftools/VnfTools.java +++ b/vnftools/provider/src/main/java/org/onap/sdnc/vnftools/VnfTools.java @@ -62,27 +62,12 @@ public class VnfTools implements SvcLogicJavaPlugin { /** * DG node performs a java String.contains(String) and writes true or false * to a key in context memory. - * @param parameters HashMap in context memory must contain the following: - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
KeyDescription
string_to_searchString to perform java String.contains(String) on
string_to_findString to find in the string_to_search
result_ctx_stringContext memory key to write the result ("true" or "false") to
+ * @param parameters HashMap in context memory must contain the following keys: + * * @param ctx Reference to context memory * @throws SvcLogicException when passed in parameter is not valid */ -- cgit 1.2.3-korg