Skip to content

Commit

Permalink
inner-2383: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
dcy10000 committed Apr 19, 2024
1 parent fcba510 commit fd50a99
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@ public String getRoutePenetrationRules() {
public void setRoutePenetrationRules(String sqlPenetrationRegexesTmp) {
routePenetrationRules = sqlPenetrationRegexesTmp;
}

public String getDistrict() {
return district;
}
Expand Down Expand Up @@ -1353,6 +1354,7 @@ public String toString() {
", enableAsyncRelease=" + enableAsyncRelease +
", district='" + district +
", dataCenter='" + dataCenter +
", skipTestConOnUpdate=" + skipTestConOnUpdate +
"]";
}

Expand Down

0 comments on commit fd50a99

Please sign in to comment.