Make OnBeanCondition package private again
It was accidentally made public in 45b579c
.
Closes gh-2741
This commit is contained in:
parent
296a9d6cf0
commit
aa1f84d037
|
@ -57,8 +57,7 @@ import org.springframework.util.StringUtils;
|
||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
*/
|
*/
|
||||||
@Order(Ordered.LOWEST_PRECEDENCE)
|
@Order(Ordered.LOWEST_PRECEDENCE)
|
||||||
public class OnBeanCondition extends SpringBootCondition implements
|
class OnBeanCondition extends SpringBootCondition implements ConfigurationCondition {
|
||||||
ConfigurationCondition {
|
|
||||||
|
|
||||||
private static final Log logger = LogFactory.getLog(OnBeanCondition.class);
|
private static final Log logger = LogFactory.getLog(OnBeanCondition.class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue