mirror of https://github.com/apache/kafka.git
MINOR: Fix deprecation version for NotLeaderForPartitionException (#9056)
Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
parent
67f5b5de77
commit
6fda5e2b5f
|
@ -18,7 +18,7 @@ package org.apache.kafka.common.errors;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This server is not the leader for the given partition.
|
* This server is not the leader for the given partition.
|
||||||
* @deprecated since 2.7. Use {@link NotLeaderOrFollowerException}.
|
* @deprecated since 2.6. Use {@link NotLeaderOrFollowerException}.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class NotLeaderForPartitionException extends InvalidMetadataException {
|
public class NotLeaderForPartitionException extends InvalidMetadataException {
|
||||||
|
|
Loading…
Reference in New Issue