From 6612e05a544edc4e1803a2b99e20a7594de162d4 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Fri, 2 Feb 2018 16:46:48 +0000 Subject: [PATCH] minor fix git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/grsf-manage-widget@162876 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../grsf_manage_widget/client/GRSFManageWidgetService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetService.java b/src/main/java/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetService.java index dad548e..0af127b 100644 --- a/src/main/java/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetService.java +++ b/src/main/java/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetService.java @@ -63,7 +63,7 @@ public interface GRSFManageWidgetService extends RemoteService { String checkIdentifierExistsInDomain(String id, String domain) throws Exception; /** - * Check if the given url for revertin the operation is valid and send the request to the knowledge base + * Check if the given url for reverting the operation is valid and send the request to the knowledge base * @param url * @throws Exception */