mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Make OnExpressionCondition package private
(consistent with the other Condition implementations)
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user