Skip to content

Comments

Removes ""+ as next argument is already of type String (chapter 6)#18

Open
dgruntz wants to merge 1 commit intoeppleton:masterfrom
dgruntz:kap-6
Open

Removes ""+ as next argument is already of type String (chapter 6)#18
dgruntz wants to merge 1 commit intoeppleton:masterfrom
dgruntz:kap-6

Conversation

@dgruntz
Copy link
Contributor

@dgruntz dgruntz commented Aug 15, 2018

NumberFormat.getInstance(Locale.US).format(res) returns a String, so
concatenating it with "" is not necessary.

NumberFormat.getInstance(Locale.US).format(res) returns a String, so
concatenating it with "" is not necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant