Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Mar 19, 2023
1 parent 6762762 commit 590be39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ protected Map<HostOs, String> findForceHostExtensions() {
final HostOs result = HostOs.findForId(x.getKey());
if (result == HostOs.UNKNOWN) {
throw new IllegalArgumentException(
"Unknown host OS ID: " + x.getKey() + " expected one of " +
"Unknown host OS ID: " + x.getKey() + ", expected one of " +
HostOs.makeAllIdAsString());
}
return result;
Expand Down

0 comments on commit 590be39

Please sign in to comment.