Changed message

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/performfish-analytics-portlet@178492 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2019-03-06 11:52:46 +00:00
parent dfba6ad6bc
commit 1811945ad5
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ public class PerformFishAnalyticsServiceImpl extends RemoteServiceServlet
String farmID = inputParameters.get(PerformFishAnalyticsConstant.FARMID_PARAM);
boolean grantAccess = checkGrantToAccessFarmID(farmID);
if(!grantAccess)
throw new Exception("You have not rights to access to this FARM. You does not belong to it.");
throw new Exception("You have no rights to access to this FARM. You does not belong to it.");
return initParams;