Commit 8383648a authored by Stephane Nicoll's avatar Stephane Nicoll

Revert "Expose SpringBootCondition's logger"

Closes gh-10000
parent e4f3164d
...@@ -158,12 +158,4 @@ public abstract class SpringBootCondition implements Condition { ...@@ -158,12 +158,4 @@ public abstract class SpringBootCondition implements Condition {
return condition.matches(context, metadata); return condition.matches(context, metadata);
} }
/**
* Return the {@link Log logger} used by this instance of the condition.
* @return the {@link Log logger}
*/
protected final Log getLogger() {
return this.logger;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment