Project

General

Profile

« Previous | Next » 

Revision 64367d00

Added by Katja Luther over 8 years ago

minor

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/hibernate/taxon/TaxonDaoHibernateImpl.java
972 972
        // I think this is preferable to catching lazy initialization errors
973 973
        // as that solution only swallows and hides the exception, but doesn't
974 974
        // actually solve it.
975
        getSession().merge(taxonBase);
975
        //getSession().merge(taxonBase);
976 976

  
977 977
        taxonBase.removeSources();
978 978

  

Also available in: Unified diff