Tenant profile editing fix
This commit is contained in:
parent
2900d3c1ed
commit
04074b8baa
@ -203,8 +203,4 @@ public class DefaultTenantProfileConfiguration implements TenantProfileConfigura
|
||||
return maxRuleNodeExecutionsPerMessage;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxDebugModeDurationMinutes() {
|
||||
return maxDebugModeDurationMinutes;
|
||||
}
|
||||
}
|
||||
|
||||
@ -51,7 +51,4 @@ public interface TenantProfileConfiguration extends Serializable {
|
||||
@JsonIgnore
|
||||
int getMaxRuleNodeExecsPerMessage();
|
||||
|
||||
@JsonIgnore
|
||||
int getMaxDebugModeDurationMinutes();
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user