mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Override RangedUri#toString.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193710604
This commit is contained in:
parent
30e040a48d
commit
c116391fe2
@ -126,4 +126,15 @@ public final class RangedUri {
|
|||||||
&& referenceUri.equals(other.referenceUri);
|
&& referenceUri.equals(other.referenceUri);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "RangedUri("
|
||||||
|
+ "referenceUri="
|
||||||
|
+ referenceUri
|
||||||
|
+ ", start="
|
||||||
|
+ start
|
||||||
|
+ ", length="
|
||||||
|
+ length
|
||||||
|
+ ")";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user