mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Removed unused constructor
PiperOrigin-RevId: 688960856
This commit is contained in:
parent
f11130d59e
commit
21526588be
@ -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…
x
Reference in New Issue
Block a user