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
|
||||
*/
|
||||
@Order(Ordered.LOWEST_PRECEDENCE)
|
||||
public class OnBeanCondition extends SpringBootCondition implements
|
||||
ConfigurationCondition {
|
||||
class OnBeanCondition extends SpringBootCondition implements ConfigurationCondition {
|
||||
|
||||
private static final Log logger = LogFactory.getLog(OnBeanCondition.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue