Skip to content

Commit a503a61

Browse files
committed
Fixed typo
1 parent 5320973 commit a503a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/kafbat/ui/service/TopicsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ private Map<TopicPartition, Optional<NewPartitionReassignment>> getPartitionsRea
333333
var partition = assignmentEntry.getKey();
334334
var brokers = assignmentEntry.getValue();
335335

336-
// Copy frpm online nodes if all nodes are offline
336+
// Copy from online nodes if all nodes are offline
337337
if (brokers.isEmpty()) {
338338
brokers = new ArrayList<>(onlineNodes);
339339
}

0 commit comments

Comments
 (0)