You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2019/01/18 21:16:57 UTC

[airavata] branch staging updated: Minor bug fix

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

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


The following commit(s) were added to refs/heads/staging by this push:
     new cedbd98  Minor bug fix
cedbd98 is described below

commit cedbd981c378451f91b1de1aeb3736c9da106d3b
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Fri Jan 18 16:16:49 2019 -0500

    Minor bug fix
---
 .../airavata/registry/core/experiment/catalog/resources/JobResource.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/JobResource.java b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/JobResource.java
index 148b366..30d3aa8 100644
--- a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/JobResource.java
+++ b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/JobResource.java
@@ -285,6 +285,7 @@ public class JobResource extends AbstractExpCatResource {
                             resourceList.add(jobResource);
                         }
                     }
+                    break;
                 default:
                     logger.error("Unsupported resource type for job resource.", new UnsupportedOperationException());
                     throw new UnsupportedOperationException();