Skip to content

Commit

Permalink
Make sonar happy
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 committed Feb 15, 2024
1 parent 3887f0a commit b35f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/apicatalog/vc/processor/Processor.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ protected ModelVersion getVersion(final JsonObject object) throws DocumentError
modelVersion = ModelVersion.V20;

if (JsonUtils.isNotArray(contexts)) {
LOGGER.log(Level.INFO, "VC model requires @context declaration be an array, it's inconsistent with another requirement on compaction. Therefore this requirement is not enforced by Iron VC");
LOGGER.log(Level.INFO, "VC model requires @context declaration be an array, it is inconsistent with another requirement on compaction. Therefore this requirement is not enforced by Iron VC");
}

break;
Expand Down

0 comments on commit b35f405

Please sign in to comment.