Remove depreciated methods in code base.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 2653380-8.patch | 6.51 KB | webflo |
| #7 | interdiff-2653380-5-7.txt | 669 bytes | heykarthikwithu |
| #7 | 2653380-7.patch | 6.85 KB | heykarthikwithu |
| #5 | interdiff-2653380-2-5.txt | 4.55 KB | heykarthikwithu |
| #5 | 2653380-5.patch | 6.85 KB | heykarthikwithu |
Comments
Comment #2
heykarthikwithuComment #4
heykarthikwithuworking on this.
Comment #5
heykarthikwithurerolled the patch, with fixing the errors found in #3.
Comment #6
webflo commentedThanks for working on this. I found a small nitpick in your patch.
I think we should use getDisplayName instead.
Comment #7
heykarthikwithugetAccountName() will return login name of account.
getDisplayName() will return display name of account.
So usage of getDisplayName() would be better.
changed done as per #6.
Comment #8
webflo commentedRerolled against the current code base.
Comment #10
webflo commentedThanks!