Skip to content

Commit 184be8a

Browse files
drchendsn5ft
authored andcommitted
[Build] Internal change
PiperOrigin-RevId: 508758212
1 parent 220415d commit 184be8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/java/com/google/android/material/shape/MaterialShapeDrawable.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,6 @@ public MaterialShapeDrawable(@NonNull ShapePathModel shapePathModel) {
200200
this((ShapeAppearanceModel) shapePathModel);
201201
}
202202

203-
/**
204-
* @param shapeAppearanceModel the {@link ShapeAppearanceModel} containing the path that will be
205-
* rendered in this drawable.
206-
*/
207203
public MaterialShapeDrawable(@NonNull ShapeAppearanceModel shapeAppearanceModel) {
208204
this(new MaterialShapeDrawableState(shapeAppearanceModel, null));
209205
}

0 commit comments

Comments
 (0)