Skip to content

Commit

Permalink
Fix documentation for Format.Builder.setTileCountHorizontal and `Fo…
Browse files Browse the repository at this point in the history
…rmat.Builder.setTileCountVertical`
  • Loading branch information
MGaetan89 committed Oct 23, 2024
1 parent 6c93272 commit cad974f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ public Builder setCueReplacementBehavior(@CueReplacementBehavior int cueReplacem
/**
* 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
Expand All @@ -761,7 +761,7 @@ public Builder setTileCountHorizontal(int tileCountHorizontal) {
/**
* 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
Expand Down

0 comments on commit cad974f

Please sign in to comment.