SUPPORT-9122:fix from review
This commit is contained in:
parent
979819284a
commit
49a0c44cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ public class IdmReconcileEnabledCondition implements Condition {
|
|||
@Override
|
||||
public boolean matches(ConditionContext context, AnnotatedTypeMetadata metadata) {
|
||||
Environment env = context.getEnvironment();
|
||||
return Boolean.parseBoolean(env.getProperty(ERVU_RECONCILE_ENABLED, Boolean.toString(true)));
|
||||
return Boolean.parseBoolean(env.getProperty(ERVU_RECONCILE_ENABLED, "true"));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue