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