mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix javadoc formatting
This commit is contained in:
parent
943e165f1f
commit
e4b32e4e31
1 changed files with 1 additions and 2 deletions
|
|
@ -54,8 +54,7 @@ public abstract class BaseTrackSelection implements ExoTrackSelection {
|
|||
// Lazily initialized 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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue