From 154177a0110f364e0506cef3647b2a70b842a030 Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Fri, 7 Dec 2012 15:30:09 +0000 Subject: [PATCH] added other notification to the interface git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@62103 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../applicationsupportlayer/social/NotificationManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/NotificationManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/NotificationManager.java index bb05af7..9de7c33 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/NotificationManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/NotificationManager.java @@ -86,7 +86,7 @@ public interface NotificationManager { * * @param userIdToNotify the user you want to notify * @param likedFeed the {@link Feed} instance someone liked - * @return + * @return true if the notification is correctly delivered, false otherwise */ boolean notifyLikedFeed(String userIdToNotify, Feed likedFeed);