dawidwys closed pull request #7419: [hotfix] [runtime] Remove redundant 
suppression
URL: https://github.com/apache/flink/pull/7419
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/flink-runtime/src/main/java/org/apache/flink/runtime/registration/RegisteredRpcConnection.java
 
b/flink-runtime/src/main/java/org/apache/flink/runtime/registration/RegisteredRpcConnection.java
index 7d2c35a7a4b..8c78ede8e11 100644
--- 
a/flink-runtime/src/main/java/org/apache/flink/runtime/registration/RegisteredRpcConnection.java
+++ 
b/flink-runtime/src/main/java/org/apache/flink/runtime/registration/RegisteredRpcConnection.java
@@ -86,7 +86,6 @@ public RegisteredRpcConnection(Logger log, String 
targetAddress, F fencingToken,
        //  Life cycle
        // 
------------------------------------------------------------------------
 
-       @SuppressWarnings("unchecked")
        public void start() {
                checkState(!closed, "The RPC connection is already closed");
                checkState(!isConnected() && pendingRegistration == null, "The 
RPC connection is already started");


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to