Revert "Expose SpringBootCondition's logger"

Closes gh-10000
pull/10064/head
Stephane Nicoll 7 years ago
parent e4f3164da7
commit 8383648a14

@ -158,12 +158,4 @@ public abstract class SpringBootCondition implements Condition {
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;
}
}

Loading…
Cancel
Save