Skip to content

Commit

Permalink
Fix missing clone
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jun 23, 2023
1 parent 09b0436 commit 9d0054e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ protected ModelBuildingResult build(ModelBuildingRequest request, Collection<Str
Model fileModel = readFileModel(request, problems);

request.setFileModel(fileModel);
result.setFileModel(fileModel);
result.setFileModel(fileModel.clone());

activateFileModel(request, result, problems);

Expand Down

0 comments on commit 9d0054e

Please sign in to comment.