You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2018/11/15 02:05:00 UTC

[jira] [Created] (RATIS-415) Fix checkstyle warnings in RaftClientRpcWithProxy

Tsz Wo Nicholas Sze created RATIS-415:
-----------------------------------------

             Summary: Fix checkstyle warnings in RaftClientRpcWithProxy
                 Key: RATIS-415
                 URL: https://issues.apache.org/jira/browse/RATIS-415
             Project: Ratis
          Issue Type: Sub-task
            Reporter: Tsz Wo Nicholas Sze


- RaftClientRpcWithProxy.java:[36,3] (design) DesignForExtension: Method 'getProxies' is not designed for extension - needs to be abstract, final or empty.
- RaftClientRpcWithProxy.java:[40,3] (design) DesignForExtension: Method 'addServers' is not designed for extension - needs to be abstract, final or empty.
- RaftClientRpcWithProxy.java:[45,3] (design) DesignForExtension: Method 'handleException' is not designed for extension - needs to be abstract, final or empty.
- RaftClientRpcWithProxy.java:[50,3] (design) DesignForExtension: Method 'close' is not designed for extension - needs to be abstract, final or empty.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)