Skip to content

Commit

Permalink
Update ServiceProcessor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Jun 23, 2024
1 parent 5b8a584 commit 29ea631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ private void logModuleError(ModuleReader moduleReader) {
logError(
moduleElement,
"Missing `provides %s with %s;`",
contract,
Utils.fqnFromBinaryType(contract),
missingImpls);
}
});
Expand Down

0 comments on commit 29ea631

Please sign in to comment.