Skip to content

Commit

Permalink
[apache#6525] forced typecast is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijeetmishr committed Apr 4, 2023
1 parent 1ee7071 commit 0233b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void setTopicConfigTable(ConcurrentMap<String, TopicConfig> topicConfigTa
}

private FileQueueLifeCycle getLifeCycle(String topic, int queueId) {
return (FileQueueLifeCycle) findOrCreateConsumeQueue(topic, queueId);
return findOrCreateConsumeQueue(topic, queueId);
}

public long rollNextFile(ConsumeQueueInterface consumeQueue, final long offset) {
Expand Down

0 comments on commit 0233b90

Please sign in to comment.