Skip to content

Commit

Permalink
Update according to code review
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Sep 27, 2024
1 parent 0760dbb commit 78f5957
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1755,8 +1755,7 @@ private void checkProfileCheck(String profileID) {
.sorted()
.collect(Collectors.joining(", "))
+ " in profile " + profileID
+ " (or a base profile)"
+ " are not recognized.");
+ " (or a base profile) are not recognized.");
}
}
}
Expand Down

0 comments on commit 78f5957

Please sign in to comment.