@@ -175,12 +175,11 @@ public String toString() {
175175 + teamVersion + ", objectiveTitle='" + objectiveTitle + '\'' + ", objectiveState=" + objectiveState
176176 + ", objectiveCreatedOn=" + objectiveCreatedOn + ", quarterId=" + quarterId + ", quarterLabel='"
177177 + quarterLabel + '\'' + ", keyResultTitle='" + keyResultTitle + '\'' + ", keyResultType='"
178- + keyResultType + '\'' + ", baseline=" + baseline + ", commitValue=" + commitValue
179- + ", targetValue=" + targetValue + ", stretchGoal=" + stretchGoal + ", commitZone='"
180- + commitZone + '\'' + ", targetZone='" + targetZone + '\'' + ", stretchZone='" + stretchZone + '\''
181- + ", checkInValue=" + checkInValue + ", checkInZone='" + checkInZone + '\'' + ", confidence="
182- + confidence + ", checkInCreatedOn=" + checkInCreatedOn + ", writeable=" + writeable
183- + ", backlogQuarter=" + backlogQuarter + '}' ;
178+ + keyResultType + '\'' + ", baseline=" + baseline + ", commitValue=" + commitValue + ", targetValue="
179+ + targetValue + ", stretchGoal=" + stretchGoal + ", commitZone='" + commitZone + '\'' + ", targetZone='"
180+ + targetZone + '\'' + ", stretchZone='" + stretchZone + '\'' + ", checkInValue=" + checkInValue
181+ + ", checkInZone='" + checkInZone + '\'' + ", confidence=" + confidence + ", checkInCreatedOn="
182+ + checkInCreatedOn + ", writeable=" + writeable + ", backlogQuarter=" + backlogQuarter + '}' ;
184183 }
185184
186185 public static final class Builder {
0 commit comments