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

machristie pushed a commit to branch group-based-auth
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit cba802c3dc2d7d7bbbc52e220b6abbf830f78164
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Jun 18 15:07:31 2018 -0400

    Removing unintended commit
---
 .../apache/airavata/registry/core/repositories/AbstractRepository.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/repositories/AbstractRepository.java
 
b/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/repositories/AbstractRepository.java
index ee4b3c9..716876b 100644
--- 
a/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/repositories/AbstractRepository.java
+++ 
b/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/repositories/AbstractRepository.java
@@ -50,9 +50,6 @@ public abstract class AbstractRepository<T, E, Id> {
     public T update(T t) {
         Mapper mapper = ObjectMapperSingleton.getInstance();
         E entity = mapper.map(t, dbEntityGenericClass);
-//        if (entity instanceof ParentIdPopulater) {
-//            ((ParentIdPopulater) entity).populateParentIds();
-//        }
         E persistedCopy = execute(entityManager -> 
entityManager.merge(entity));
         return mapper.map(persistedCopy, thriftGenericClass);
     }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to