Skip to content

Commit

Permalink
Fix minor typo in warning message
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e207a6)
  • Loading branch information
gastaldi authored and gsmet committed Dec 23, 2021
1 parent 1b97bab commit aa67c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ private void handleRemovedResources(ClassLoadingConfig classLoadingConfig, Curat
}
}
if (!removed.isEmpty()) {
log.warn("Could not removed configured resources from the following artifacts as they were not found in the model: "
log.warn("Could not remove configured resources from the following artifacts as they were not found in the model: "
+ removed.keySet());
}
}
Expand Down

0 comments on commit aa67c38

Please sign in to comment.