Project

General

Profile

« Previous | Next » 

Revision a81acd75

Added by Katja Luther over 5 years ago

revert commit ff21181c

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/initializer/AdvancedBeanInitializer.java
90 90
        for (Object bean :beanList){
91 91
            Collections.sort(propertyPaths);
92 92
            for(String propPath : propertyPaths){
93
		            initializePropertyPath(bean, propPath);
93
//		            initializePropertyPath(bean, propPath);
94 94
            }
95 95
        }
96 96

  

Also available in: Unified diff