Make OnExpressionCondition package private
(consistent with the other Condition implementations)
This commit is contained in:
parent
a2e628a521
commit
aca0d38f08
|
@ -30,7 +30,7 @@ import org.springframework.core.type.ClassMetadata;
|
|||
* @author Dave Syer
|
||||
* @see ConditionalOnExpression
|
||||
*/
|
||||
public class OnExpressionCondition extends SpringBootCondition {
|
||||
class OnExpressionCondition extends SpringBootCondition {
|
||||
|
||||
@Override
|
||||
public ConditionOutcome getMatchOutcome(ConditionContext context,
|
||||
|
|
Loading…
Reference in New Issue