ChengJie1053 commented on code in PR #3987:
URL:
https://github.com/apache/incubator-streampark/pull/3987#discussion_r1728175135
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/application/impl/ApplicationActionServiceImpl.java:
##########
@@ -181,9 +181,11 @@ public class ApplicationActionServiceImpl extends
ServiceImpl<ApplicationMapper,
@Autowired
private FlinkK8sWatcherWrapper k8sWatcherWrapper;
- private final Map<Long, CompletableFuture<SubmitResponse>> startFutureMap
= new ConcurrentHashMap<>();
+ private final Map<Long, CompletableFuture<SubmitResponse>> startFutureMap =
+ new ConcurrentHashMap<>();
Review Comment:
Please reformat the code
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]