From f5633760d9ab2e46bb37d5e055cc5954bf85443a Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Tue, 5 Dec 2023 17:01:17 +0100 Subject: [PATCH] Working Service --- .../org/gcube/portal/social/networking/ws/methods/v2/Lib.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java b/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java index 2976ce4..b01cd63 100644 --- a/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java +++ b/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java @@ -23,7 +23,7 @@ import java.util.List; import java.util.Map; /** - * REST interface for the social networking library (comments). + * REST interface for the social networking library. * @author Ahmed Ibrahim ISTI-CNR */ @Path("2/lib")