Resolve Doc warning

This commit is contained in:
Ammar Githam 2020-09-09 00:39:08 +09:00
parent 3de2f4ea99
commit 31f6f735f2

View File

@ -106,7 +106,7 @@ public abstract class FeedItemViewHolder extends RecyclerView.ViewHolder {
* expands or collapses {@link RamboTextView} [stg idek why i wrote this documentation] * expands or collapses {@link RamboTextView} [stg idek why i wrote this documentation]
* *
* @param textView the {@link RamboTextView} view, to expand and collapse * @param textView the {@link RamboTextView} view, to expand and collapse
* @param caption * @param caption caption
* @return isExpanded * @return isExpanded
*/ */
public static boolean expandCollapseTextView(@NonNull final RamboTextView textView, final CharSequence caption) { public static boolean expandCollapseTextView(@NonNull final RamboTextView textView, final CharSequence caption) {