We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see some old usages of StringUtils.format. @mbarlow12 could you please replace usages of StringUtils.format with StringUtils.fillIn?
The text was updated successfully, but these errors were encountered:
Hmm, actually, it is used for strings.
force-description-pattern-target_source force-description-pattern-target_source_value
force-description-pattern-target_source
force-description-pattern-target_source_value
Were these keys taken from gravity-force-lab? If so maybe we don't want to modify them to make #26 easier? @mbarlow12 do you know?
Sorry, something went wrong.
For #30.
By the way, this was from item
Use named placeholders (e.g. "{{value}} {{units}}") instead of numbered placeholders (e.g. "{0} {1}").
replace StringUtils.format with .fillIn (see #41), update string keys…
303b54c
… and associated variables (see #41)
mbarlow12
No branches or pull requests
I see some old usages of StringUtils.format. @mbarlow12 could you please replace usages of StringUtils.format with StringUtils.fillIn?
The text was updated successfully, but these errors were encountered: