You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Avinash Dongre (JIRA)" <ji...@apache.org> on 2017/05/24 01:25:04 UTC

[jira] [Assigned] (GEODE-2980) Code Cleanup : Remove redundant modifier from the Interface definition

     [ https://issues.apache.org/jira/browse/GEODE-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Avinash Dongre reassigned GEODE-2980:
-------------------------------------

    Assignee: Avinash Dongre

> Code Cleanup : Remove redundant modifier from the Interface definition
> ----------------------------------------------------------------------
>
>                 Key: GEODE-2980
>                 URL: https://issues.apache.org/jira/browse/GEODE-2980
>             Project: Geode
>          Issue Type: Task
>            Reporter: Avinash Dongre
>            Assignee: Avinash Dongre
>
> All methods in an interface are implicitly {{public}} and {{abstract}}
> All fields in an interface are implicitly {{public}}, {{static}} and {{final}}.
> We have almost in all the interface public modifier for all the methods in the Interfaces, we should remove the same.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)