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

2017-05-23 Thread Avinash Dongre (JIRA)
[ 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 de

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

2017-05-23 Thread Avinash Dongre (JIRA)
Avinash Dongre created GEODE-2980: - Summary: Code Cleanup : Remove redundant modifier from the Interface definition Key: GEODE-2980 URL: https://issues.apache.org/jira/browse/GEODE-2980 Project: Geode

[GitHub] geode pull request #525: GEODE-2962: Add more messages for compact disk-stor...

2017-05-23 Thread AkihiroKitada
Github user AkihiroKitada commented on a diff in the pull request: https://github.com/apache/geode/pull/525#discussion_r118150229 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/DiskStoreCommands.java --- @@ -485,9 +485,14 @@ public Result comp

[jira] [Commented] (GEODE-2962) Need more friendly locator's log message when executing "gfsh compact disk-store" command

2017-05-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1602#comment-1602 ] ASF GitHub Bot commented on GEODE-2962: --- Github user AkihiroKitada commented on a di

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

2017-05-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022236#comment-16022236 ] ASF GitHub Bot commented on GEODE-2980: --- GitHub user davinash opened a pull request:

[GitHub] geode pull request #529: GEODE-2980: All the methods in an interface are imp...

2017-05-23 Thread davinash
GitHub user davinash opened a pull request: https://github.com/apache/geode/pull/529 GEODE-2980: All the methods in an interface are implicitly public and abstract. All fields in the interface are implicitly public, static and final. Removing this from all the interface. Pre

<    1   2