Skip to content

Commit 3d84238

Browse files
authored
Update KafkaUiApplication.java
1 parent 57e0eec commit 3d84238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/kafbat/ui/KafkaUiApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@SpringBootApplication(exclude = LdapAutoConfiguration.class)
1414
public class KafkaUiApplication {
1515

16-
public static void main(String[] args) {
16+
public static void main(String[] args) { // test, run e2e
1717
startApplication(args);
1818
}
1919

0 commit comments

Comments
 (0)