mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Fix documentation for Format.Builder.setTileCountHorizontal and Format.Builder.setTileCountVertical
This commit is contained in:
parent
3eb36d67bd
commit
2fc379a61b
1 changed files with 2 additions and 2 deletions
|
|
@ -750,7 +750,7 @@ public final class Format {
|
|||
/**
|
||||
* Sets {@link Format#tileCountHorizontal}. The default value is {@link #NO_VALUE}.
|
||||
*
|
||||
* @param tileCountHorizontal The {@link Format#accessibilityChannel}.
|
||||
* @param tileCountHorizontal The {@link Format#tileCountHorizontal}.
|
||||
* @return The builder.
|
||||
*/
|
||||
@CanIgnoreReturnValue
|
||||
|
|
@ -762,7 +762,7 @@ public final class Format {
|
|||
/**
|
||||
* Sets {@link Format#tileCountVertical}. The default value is {@link #NO_VALUE}.
|
||||
*
|
||||
* @param tileCountVertical The {@link Format#accessibilityChannel}.
|
||||
* @param tileCountVertical The {@link Format#tileCountVertical}.
|
||||
* @return The builder.
|
||||
*/
|
||||
@CanIgnoreReturnValue
|
||||
|
|
|
|||
Loading…
Reference in a new issue