Project

General

Profile

« Previous | Next » 

Revision d98c0473

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/cdmLight/CdmLightClassificationExport.java
1665 1665
                // citations) + status + some name relations (e.g. “non”)
1666 1666
                // TODO: nameRelations, which and how to display
1667 1667
                Set<TaxonBase> taxonBases = name.getTaxonBases();
1668
                TaxonBase taxonBase;
1668
                TaxonBase<?> taxonBase;
1669 1669

  
1670 1670
                String sec = "";
1671 1671
                String nameString = name.getFullTitleCache();
......
1716 1716

  
1717 1717
                }else{
1718 1718
                    //there are names used more than once?
1719
                    for (TaxonBase tb: taxonBases){
1719
                    for (TaxonBase<?> tb: taxonBases){
1720 1720
                        Reference secRef = tb.getSec();
1721 1721
                        if (secRef != null){
1722 1722
                            sec = ((DefaultReferenceCacheStrategy) secRef.getCacheStrategy())
......
2005 2005
        try {
2006 2006
            state.addReferenceToStore(reference);
2007 2007
            CdmLightExportTable table = CdmLightExportTable.REFERENCE;
2008
            reference = HibernateProxyHelper.deproxy(reference, Reference.class);
2008
            reference = HibernateProxyHelper.deproxy(reference);
2009 2009

  
2010 2010
            handleIdentifier(state, reference);
2011 2011
            String[] csvLine = new String[table.getSize()];

Also available in: Unified diff