mirror of
https://github.com/androidx/media.git
synced 2025-05-09 08:30:43 +08:00
Fix DataSpec toString formatting.
This commit is contained in:
parent
c807c69a93
commit
a1336978ad
@ -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 + "]";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user