Skip to content
Commit 214c76cd authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Framework: Remove a nonsensical substring(0)

String.substring(0) will return the same String instance. There is
also no reason to make a copy.

Found by errorprone.

Bug: 114129741
Test: m
Change-Id: Ic089f04efc3c73f70aa15a132d62ac665c8b8f4c
parent e5440456
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment