You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2016/09/29 12:45:12 UTC

[35/50] [abbrv] airavata git commit: fixing typo

fixing typo


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4d908fbe
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/4d908fbe
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/4d908fbe

Branch: refs/heads/lahiru/AIRAVATA-2065
Commit: 4d908fbe9bb67d50d05443a1d3c02524bd39253f
Parents: 2d9827c
Author: scnakandala <su...@gmail.com>
Authored: Thu Sep 15 14:53:47 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Thu Sep 15 14:53:47 2016 -0400

----------------------------------------------------------------------
 .../registry/core/credential/catalog/model/CommunityUser.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/4d908fbe/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/credential/catalog/model/CommunityUser.java
----------------------------------------------------------------------
diff --git a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/credential/catalog/model/CommunityUser.java b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/credential/catalog/model/CommunityUser.java
index 24a9669..f0cac9d 100644
--- a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/credential/catalog/model/CommunityUser.java
+++ b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/credential/catalog/model/CommunityUser.java
@@ -24,7 +24,7 @@ import javax.persistence.*;
 
 @Entity
 @Table(name ="COMMUNITY_USER")
-@IdClass(CommunityUser_PK.class)
+@IdClass(CommunityUser_Pk.class)
 public class CommunityUser {
     private String gatewayId;
     private String communityUserName;