Skip to content

Commit

Permalink
Removed unused constructor
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688960856
(cherry picked from commit 2152658)
  • Loading branch information
tonihei authored and ivanbuper committed Nov 5, 2024
1 parent bc7c901 commit a44079b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ public static class ConversionException extends Exception {
private ConversionException(String message) {
super(message);
}

private ConversionException(String message, Throwable cause) {
super(message, cause);
}
}

/** Converts {@link PlaybackStateCompat} to {@link PlaybackException}. */
Expand Down

0 comments on commit a44079b

Please sign in to comment.