This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 4c5f70a6d334cfdfceeed82d4ab28a0e1260da48 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Mar 28 14:15:27 2015 +0100 fix build --- .../tutti/service/genericformat/producer/CsvProducerForCatch.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/producer/CsvProducerForCatch.java b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/producer/CsvProducerForCatch.java index 5d8be44..54389b6 100644 --- a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/producer/CsvProducerForCatch.java +++ b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/producer/CsvProducerForCatch.java @@ -189,7 +189,7 @@ public class CsvProducerForCatch extends CsvProducer<CatchRow, CatchModel> { addBatchSampleCategory(operationExportContext.getSampleCategoryModel(), currentRow, - speciesBatch.getId(), + speciesBatch.getIdAsInt(), speciesBatch.getSampleCategoryId(), speciesBatch.getSampleCategoryValue(), speciesBatch.getSampleCategoryWeight(), @@ -315,7 +315,7 @@ public class CsvProducerForCatch extends CsvProducer<CatchRow, CatchModel> { addBatchSampleCategory(operationExportContext.getSampleCategoryModel(), currentRow, - benthosBatch.getId(), + benthosBatch.getIdAsInt(), benthosBatch.getSampleCategoryId(), benthosBatch.getSampleCategoryValue(), benthosBatch.getSampleCategoryWeight(), @@ -466,7 +466,7 @@ public class CsvProducerForCatch extends CsvProducer<CatchRow, CatchModel> { protected void addBatchSampleCategory(SampleCategoryModel sampleCategoryModel, CatchRow currentRow, - String batchId, + Integer batchId, Integer sampleCategoryId, Serializable sampleCategoryValue, Float sampleCategoryWeight, -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.