Fix javadoc formatting

This commit is contained in:
Colin Kho 2024-09-19 16:54:27 -07:00 committed by tonihei
parent 943e165f1f
commit e4b32e4e31

View File

@ -54,8 +54,7 @@ public abstract class BaseTrackSelection implements ExoTrackSelection {
// Lazily initialized hashcode. // Lazily initialized hashcode.
private int hashCode; private int hashCode;
/** /** The last playWhenReady value when {@link #onPlayWhenReadyChanged(boolean)} was triggered */
* The last playWhenReady value when {@link #onPlayWhenReadyChanged(boolean)} was triggered */
private boolean lastPlayWhenReady; private boolean lastPlayWhenReady;
/** /**