Skip to content

Commit

Permalink
Use protected void log(CharSequence)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 2, 2024
1 parent 202540d commit 4b0ac47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public abstract class AbstractRewriteBaseRunMojo extends AbstractRewriteMojo {
@Parameter(property = "rewrite.recipeChangeLogLevel", defaultValue = "WARN")
protected LogLevel recipeChangeLogLevel;

void log(CharSequence content) {
protected void log(CharSequence content) {
switch (recipeChangeLogLevel) {
case DEBUG:
getLog().debug(content);
Expand Down

0 comments on commit 4b0ac47

Please sign in to comment.