mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix indentation.
This commit is contained in:
parent
d8934e2751
commit
62ce0ff009
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public final class ExoPlayerLibraryInfo {
|
||||||
* Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
|
* Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
|
||||||
* corresponding integer version 001002003.
|
* corresponding integer version 001002003.
|
||||||
*/
|
*/
|
||||||
public static final int VERSION_INT = 001005000;
|
public static final int VERSION_INT = 001005000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
|
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue