提交 c38a9fa9 编写于 作者: limuyang2's avatar limuyang2

style: 修正注释

上级 360d1c0e
......@@ -1160,7 +1160,7 @@ abstract class BaseQuickAdapter<T, VH : BaseViewHolder>
*
* @param newData data collection
*/
@Deprecated("Please use setData()", replaceWith = ReplaceWith("setData(newData)"))
@Deprecated("Please use setData()", replaceWith = ReplaceWith("setList(newData)"))
open fun replaceData(newData: Collection<T>) {
setList(newData)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册