Skip to content

Commit

Permalink
Fix IT
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jun 24, 2023
1 parent 7f762d7 commit c4f719e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -480,7 +480,7 @@ private boolean build(
noErrors = false;
}

Model model = result.getFileModel();
Model model = request.getFileModel();

poolBuilder.put(model.getPomFile().toPath(), model);

Expand Down

0 comments on commit c4f719e

Please sign in to comment.