Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A.J. Stein <alexander.stein@gsa.gov>
  • Loading branch information
david-waltermire and aj-stein-gsa committed Nov 9, 2024
1 parent 57b7d8e commit 44f27bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ private <T extends IFeatureComplexItemValueHandler & IBoundInstanceModelGroupedN
key = jsonKey.getJavaTypeAdapter().asString(keyValue);
} catch (IllegalArgumentException ex) {
throw new IOException(
String.format("Invalid value '%s' for json--key for definition '%s'",
String.format("Invalid value '%s' for json-key for definition '%s'",
keyValue,
jsonKey.getContainingDefinition().toCoordinates()),
ex);
Expand Down

0 comments on commit 44f27bc

Please sign in to comment.