mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Removed unused constructor
PiperOrigin-RevId: 688960856
(cherry picked from commit 21526588be)
This commit is contained in:
parent
bc7c901969
commit
a44079b516
1 changed files with 0 additions and 4 deletions
|
|
@ -149,10 +149,6 @@ import java.util.concurrent.TimeoutException;
|
||||||
private ConversionException(String message) {
|
private ConversionException(String message) {
|
||||||
super(message);
|
super(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
private ConversionException(String message, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Converts {@link PlaybackStateCompat} to {@link PlaybackException}. */
|
/** Converts {@link PlaybackStateCompat} to {@link PlaybackException}. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue