Commit aa1f84d0 authored by Andy Wilkinson's avatar Andy Wilkinson

Make OnBeanCondition package private again

It was accidentally made public in 45b579c4.

Closes gh-2741
parent 296a9d6c
......@@ -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);
......
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