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 2018/10/31 04:19:41 UTC

[airavata] branch develop updated: Changing id name of parser entity

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

dimuthuupe 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 87ccc4a  Changing id name of parser entity
87ccc4a is described below

commit 87ccc4abc1ad63861e54a9aecd3e08886b4d7627
Author: Dimuthu Wannipurage <di...@datasprouts.com>
AuthorDate: Wed Oct 31 00:19:32 2018 -0400

    Changing id name of parser entity
---
 .../apache/airavata/registry/core/entities/appcatalog/ParserEntity.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/appcatalog/ParserEntity.java b/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/appcatalog/ParserEntity.java
index 4755d96..13f5314 100644
--- a/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/appcatalog/ParserEntity.java
+++ b/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/appcatalog/ParserEntity.java
@@ -30,7 +30,7 @@ public class ParserEntity implements Serializable {
     private static final long serialVersionUID = 1L;
 
     @Id
-    @Column(name = "PARSER_INFO_ID")
+    @Column(name = "PARSER_ID")
     private String id;
 
     @Column(name = "IMAGE_NAME")