File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/java/com/google/android/material/chip Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1964,7 +1964,7 @@ public void setCheckedIcon(@Nullable Drawable checkedIcon) {
1964
1964
/**
1965
1965
* Returns this chip's show motion spec.
1966
1966
*
1967
- * @see #setShowMotionSpec(Drawable )
1967
+ * @see #setShowMotionSpec(MotionSpec )
1968
1968
* @attr ref com.google.android.material.R.styleable#Chip_showMotionSpec
1969
1969
*/
1970
1970
@ Nullable
@@ -1995,7 +1995,7 @@ public void setShowMotionSpec(@Nullable MotionSpec showMotionSpec) {
1995
1995
/**
1996
1996
* Returns this chip's hide motion spec.
1997
1997
*
1998
- * @see #setHideMotionSpec(Drawable )
1998
+ * @see #setHideMotionSpec(MotionSpec )
1999
1999
* @attr ref com.google.android.material.R.styleable#Chip_hideMotionSpec
2000
2000
*/
2001
2001
@ Nullable
You can’t perform that action at this time.
0 commit comments