Commit a1336978 by Oliver Woodman

Fix DataSpec toString formatting.

parent c807c69a
......@@ -137,8 +137,8 @@ public final class DataSpec {
@Override
public String toString() {
return "DataSpec[" + uri + ", " + ", " + absoluteStreamPosition + ", " +
position + ", " + length + ", " + key + ", " + flags + "]";
return "DataSpec[" + uri + ", " + absoluteStreamPosition + ", " + position + ", " + length
+ ", " + key + ", " + flags + "]";
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment