tillrohrmann commented on a change in pull request #13004:
URL: https://github.com/apache/flink/pull/13004#discussion_r469189984



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManager.java
##########
@@ -1064,6 +1076,13 @@ public void handleError(final Exception exception) {
         */
        protected abstract void initialize() throws ResourceManagerException;
 
+       /**
+        * Terminates the framework specific components.
+        *
+        * @throws Exception with occurs during termination.

Review comment:
       ```suggestion
         * @throws Exception which occurs during termination.
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to