Skip to content

Commit 8c0ca84

Browse files
authored
feat(auto_balancer): add missing method (#2066)
Signed-off-by: Shichao Nie <[email protected]>
1 parent 04cd026 commit 8c0ca84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/main/java/kafka/autobalancer/model/AbstractInstanceUpdater.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@ public boolean isTrusted() {
280280
return trusted;
281281
}
282282

283+
public void setTrusted(boolean isTrusted) {
284+
this.trusted = isTrusted;
285+
}
286+
283287
public double getValue() {
284288
return value;
285289
}

0 commit comments

Comments
 (0)