Skip to content

Commit

Permalink
Update AjouterThesesPersonnesProcessor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-chmbn authored May 22, 2024
1 parent e79ed8a commit 1a0cbd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void afterChunkError(ChunkContext chunkContext) {
@Override
public TheseModel process(TheseModel theseModel) throws Exception {

log.info("Début execute : " + theseModel.getNnt());
log.info("Début execute : " + theseModel.getId());

java.util.Set nntLies = elasticSearchUtils.getNntLies(theseModel.getId());

Expand Down

0 comments on commit 1a0cbd0

Please sign in to comment.