Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed comment that referenced getFormattedValue() method in IValueFormatter #3518

Merged

Commits on Jun 13, 2018

  1. Removes comment about non-existent method

    IValueFormatter had a comment suggesting that you can override the getFormattedValue(…) method but that method doesn’t exist. The comment has been removed.
    JCMcLovin committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    50805d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Update code comment to reference stringForValue()

    Adding back the comment but revised it to refer to the stringForValue() method  in the IValueFormatter protocol. I know, I know, it should have been obvious but @philfi had to point it out to me.
    JCMcLovin committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    e1f3b71 View commit details
    Browse the repository at this point in the history