shortener added RR key

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@77454 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-07-02 09:23:02 +00:00
parent e74a74eb4f
commit 5fe22d3b84
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ public final class UrlShortener {
//ACTIVE THIS AFTER RELEASE
if(paramKeyValue!=null && !paramKeyValue.isEmpty()){
// getParam = "?"+KEY +"="+paramKeyValue;
getParam = "?"+KEY +"=AIzaSyDfMO0VY3o8GjRUqnTfqScjm_EsFEuBa3g";
getParam = "?"+KEY +"="+paramKeyValue;
// getParam = "?"+KEY +"=AIzaSyDfMO0VY3o8GjRUqnTfqScjm_EsFEuBa3g";
}