Skip to content

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

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

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

Conversation

@dgruntz

@dgruntz dgruntz commented Aug 15, 2018

Copy link
Copy Markdown
Contributor

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