[ https://issues.apache.org/jira/browse/GEODE-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15999355#comment-15999355 ]
ASF GitHub Bot commented on GEODE-237: -------------------------------------- GitHub user davinash opened a pull request: https://github.com/apache/geode/pull/496 GEODE-237: Removed deprecated API from EntryEvent @upthewaterspout , @dschneider-pivotal Resubmitting PR , as I have closed #464 Please review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/davinash/geode feature/GEODE-237.II Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/496.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 #496 ---- commit 187c922da2cd592797c68c3324424814ea448bc7 Author: adongre <adon...@apache.org> Date: 2017-05-06T08:43:13Z GEODE-237: Removed deprecated API from EntryEvent ---- > Remove EntryEvent deprecated methods > ------------------------------------ > > Key: GEODE-237 > URL: https://issues.apache.org/jira/browse/GEODE-237 > Project: Geode > Issue Type: Sub-task > Reporter: Darrel Schneider > Assignee: Avinash Dongre > Original Estimate: 4h > Remaining Estimate: 4h > > The following EntryEvent methods need to be removed: > - isLocalLoad: change to getOperation().isLocalLoad > - isNetLoad: change to getOperation().isNetLoad > - isLoad: change to getOperation().isLoad > - isNetSearch: change to getOperation().isNetSearch > - isBridgeEvent: change to hasClientOrigin > these should be pretty easy to change -- This message was sent by Atlassian JIRA (v6.3.15#6346)