mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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.
|
// 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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue