Skip to content

Commit

Permalink
Update independent-projects/arc/processor/src/main/java/io/quarkus/ar…
Browse files Browse the repository at this point in the history
…c/processor/Methods.java

Co-authored-by: Ladislav Thon <[email protected]>
  • Loading branch information
mkouba and Ladicek authored Nov 29, 2021
1 parent 04eae9a commit 2257536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ public boolean test(MethodInfo method) {
if (param == null) {
// parameter type info is not available
LOGGER.warn(String.format(
"Parameter type info not available: %s - unable to validate the paremeter types visibility for method %s declared on %s",
"Parameter type info not available: %s - unable to validate the parameter type's visibility for method %s declared on %s",
type.name(), method.name(), method.declaringClass().name()));
continue;
}
Expand Down

0 comments on commit 2257536

Please sign in to comment.