Project

General

Profile

« Previous | Next » 

Revision 36995

Added by Eri Katsari over 9 years ago

View differences:

modules/dnet-openaire-stats/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/statsExport/utils/Serializer.java
587 587
        {
588 588
            //TODO funder + 3 funding levels
589 589

  
590
            buff += this.fundingParser.getFundingInfo(fundList.get(0).getValue());
590
            for (int i = 0; i < fundList.size(); i++) {
591
                buff += fundingParser.getFundingInfo(fundList.get(i).getValue());
592
            }
591 593

  
594
            //buff += this.fundingParser.getFundingInfo(fundList.get(0).getValue());
595

  
592 596
        }
593 597

  
594 598

  

Also available in: Unified diff