We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0b77d commit c3640a4Copy full SHA for c3640a4
api/src/main/java/io/kafbat/ui/service/ReactiveAdminClient.java
@@ -99,7 +99,7 @@
99
@Slf4j
100
@AllArgsConstructor
101
public class ReactiveAdminClient implements Closeable {
102
- private final static String DEFAULT_UNKNOWN_VERSION = "Unknown";
+ private static final String DEFAULT_UNKNOWN_VERSION = "Unknown";
103
104
public enum SupportedFeature {
105
INCREMENTAL_ALTER_CONFIGS(2.3f),
0 commit comments