commit | 0ee11246ee44dc773a8a91a6fb1b18864a781708 | [log] [tgz] |
---|---|---|
author | Lars Vogel <Lars.Vogel@vogella.com> | Wed Jun 19 17:23:58 2019 +0200 |
committer | Lars Vogel <Lars.Vogel@vogella.com> | Fri Jun 21 04:52:41 2019 -0400 |
tree | ce4fb33e0a37b45b86a7dbb9d33c1b8b7ad4a280 | |
parent | b1ecd006bfe55fc077015cc7ddece8825e013d9f [diff] |
Small String optimization Useless toString call in String concatination Using String.valueOf instead of ""+ Use faster indexof('') version Change-Id: I991e0fe67138c3e7e35090ac9c23be687e75b417 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>