You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/04/07 14:41:24 UTC

[airavata] branch develop updated: AIRAVATA-3158 Fixing typo

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 78ebb03  AIRAVATA-3158 Fixing typo
     new 14d6f65  Merge branch 'AIRAVATA-3158--Experiment-Statistics-in-Django-portal-doesn't-list-beyond-1000-experiments' into develop
78ebb03 is described below

commit 78ebb03272bf63cc3b6ea496bed0635d7ac2e1fc
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Apr 7 10:40:31 2020 -0400

    AIRAVATA-3158 Fixing typo
---
 .../org/apache/airavata/api/server/handler/AiravataServerHandler.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java b/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java
index 1dc98d7..6fcdae7 100644
--- a/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java
+++ b/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java
@@ -1273,7 +1273,7 @@ public class AiravataServerHandler implements Airavata.Iface {
             // String userId = authzToken.getClaimsMap().get(Constants.USER_NAME);
             // sharingClient.searchEntities(authzToken.getClaimsMap().get(Constants.GATEWAY_ID),
             //         userId + "@" + gatewayId, sharingFilters, 0, Integer.MAX_VALUE).forEach(e -> accessibleExpIds.add(e.getEntityId()));
-            List<String> accessessibleExpIds = null;
+            List<String> accessibleExpIds = null;
 
             ExperimentStatistics result = regClient.getExperimentStatistics(gatewayId, fromTime, toTime, userName, applicationName, resourceHostName, accessibleExpIds);
             registryClientPool.returnResource(regClient);