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) {
19641964 /**
19651965 * Returns this chip's show motion spec.
19661966 *
1967- * @see #setShowMotionSpec(Drawable )
1967+ * @see #setShowMotionSpec(MotionSpec )
19681968 * @attr ref com.google.android.material.R.styleable#Chip_showMotionSpec
19691969 */
19701970 @ Nullable
@@ -1995,7 +1995,7 @@ public void setShowMotionSpec(@Nullable MotionSpec showMotionSpec) {
19951995 /**
19961996 * Returns this chip's hide motion spec.
19971997 *
1998- * @see #setHideMotionSpec(Drawable )
1998+ * @see #setHideMotionSpec(MotionSpec )
19991999 * @attr ref com.google.android.material.R.styleable#Chip_hideMotionSpec
20002000 */
20012001 @ Nullable
You can’t perform that action at this time.
0 commit comments