[ https://issues.apache.org/jira/browse/GEODE-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977278#comment-15977278 ]
ASF GitHub Bot commented on GEODE-236: -------------------------------------- GitHub user davinash opened a pull request: https://github.com/apache/geode/pull/463 GEODE-236: Removed deprecated CacheEvent methods Removed deprecated CacheEvent methods You can merge this pull request into a Git repository by running: $ git pull https://github.com/davinash/geode feature/GEODE-236 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/463.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #463 ---- commit f9cd9793efcfa8fb40c0fef03b88ee8689114a2a Author: adongre <adon...@apache.org> Date: 2017-04-19T10:19:43Z GEODE-236: Removed deprecated CacheEvent methods ---- > Remove deprecated CacheEvent methods > ------------------------------------ > > Key: GEODE-236 > URL: https://issues.apache.org/jira/browse/GEODE-236 > Project: Geode > Issue Type: Sub-task > Reporter: Darrel Schneider > Assignee: Avinash Dongre > Original Estimate: 4h > Remaining Estimate: 4h > > The following methods need to be removed: > - CacheEvent.isExpiration: change to CacheEvent.getOperation().isExpiration > - CacheEvent.isDistributed: change to CacheEvent.getOperation().isDistributed > This should be a pretty easy task to complete. -- This message was sent by Atlassian JIRA (v6.3.15#6346)