Commit a1336978 by Oliver Woodman

Fix DataSpec toString formatting.

parent c807c69a
...@@ -137,8 +137,8 @@ public final class DataSpec { ...@@ -137,8 +137,8 @@ public final class DataSpec {
@Override @Override
public String toString() { public String toString() {
return "DataSpec[" + uri + ", " + ", " + absoluteStreamPosition + ", " + return "DataSpec[" + uri + ", " + absoluteStreamPosition + ", " + position + ", " + length
position + ", " + length + ", " + key + ", " + flags + "]"; + ", " + 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