Update SkuToCsvJob.java

pull/8040/head
Gauthier LO 2024-08-09 09:41:05 +02:00 committed by GitHub
parent ba7691f4bc
commit 219969433d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class SkuToCsvJob implements Job {
@Override
public void execute(JobExecutionContext context) throws JobExecutionException {
log.info("SkuToCsv Job is running ...");
List<Sku> skus = new ArrayList();
List<Sku> skus = new ArrayList<>();
Sku firstLine = new Sku();
firstLine.setId("#");
firstLine.setErpCode("erp_code");