remove redundant code (cont.)
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 29 Jun 2020 20:33:54 +0000 (22:33 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 29 Jun 2020 20:33:54 +0000 (22:33 +0200)
cdmlib-cache/src/main/java/eu/etaxonomy/cdm/cache/CacheLoader.java

index 888bb95e80b86fc3931bc9e773715e4e4e041159..b0ed9ebee013b5641754f8d32bde39c073d87ee4 100644 (file)
@@ -460,7 +460,7 @@ public class CacheLoader {
 //                    loadRecursiveMap((Map<Object,Object>)obj, alreadyVisitedEntities, update);
 //                } else if(obj instanceof Collection && !entityAlreadyVisisted(alreadyVisitedEntities, obj)) {
 //                    loadRecursiveCollection((Collection<?>)obj, alreadyVisitedEntities, update);
-//                }
+                }
             }
             // we return the original cdm entity in the sub graph because we
             // want to continue to recurse on the input cdm entity graph