Skip to content

Commit

Permalink
refactor(resizing): update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Feb 7, 2024
1 parent 0fd6dc1 commit de29cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private List<Object> noDuplicatesControl(List<Object> resizingList) {
// Note: Lunatic resizing modeling has to be changed so that there wouldn't be any issue here
log.warn(String.format(
"Variable '%s' is used to define the size of the pairwise links question and other " +
"components (loops or dynamic tables), which is currently forbidden.",
"components (loops or dynamic tables), this may cause problems.",
pairwiseResizingEntry.get().getName()));
}
result.add(pairwiseResizingEntry.get());
Expand Down

0 comments on commit de29cc2

Please sign in to comment.