Project

General

Profile

« Previous | Next » 

Revision 53994

commented out mechanism to retrieve the first harvest dates. We need to pre-calculate them

View differences:

MongoLoggerClientImpl.java
93 93
	}
94 94

  
95 95
	@Override
96
	@Deprecated
96 97
	@Cacheable("dsm-firstharvestdate-cache")
97 98
	public String firstHarvestDate(final String dsId) throws DsmException {
98 99
		log.warn(String.format("firstHarvestDate(dsId = %s): not using cache", dsId));

Also available in: Unified diff