Project

General

Profile

« Previous | Next » 

Revision 39d481af

Added by Andreas Müller over 4 years ago

cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiRelTaxonExport.java
128 128
        int limit = state.getConfig().getLimitSave();
129 129
        // Start transaction
130 130
        TransactionStatus txStatus = startTransaction(true);
131
        logger.info("Started new transaction. Fetching some synonyms (max: " + limit + ") ...");
131
        logger.debug("Started new transaction. Fetching some synonyms (max: " + limit + ") ...");
132 132

  
133 133
        List<Synonym> list;
134 134

  
......
166 166
		TransactionStatus txStatus = startTransaction(true);
167 167
		logger.debug("Started new transaction. Fetching some " + pluralString + " (max: " + limit + ") ...");
168 168

  
169
		List<RelationshipBase> list;
169
		List<RelationshipBase<?,?,?>> list;
170 170

  
171 171
		//taxon relations
172 172
		int partitionCount = 0;
......
233 233
		int limit = state.getConfig().getLimitSave();
234 234
		// Start transaction
235 235
		TransactionStatus txStatus = startTransaction(true);
236
		logger.info("Started new transaction. Fetching some " + pluralString + " (max: " + limit + ") ...");
236
		logger.debug("Started new transaction. Fetching some " + pluralString + " (max: " + limit + ") ...");
237 237

  
238 238
		//name relations
239 239
		List<NameRelationship> list;

Also available in: Unified diff