[Build] Internal change

PiperOrigin-RevId: 508758212
This commit is contained in:
conradchen 2023-02-10 22:40:24 +00:00 committed by Dan Nizri
parent 220415d3c1
commit 184be8a879

View File

@ -200,10 +200,6 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable
this((ShapeAppearanceModel) shapePathModel);
}
/**
* @param shapeAppearanceModel the {@link ShapeAppearanceModel} containing the path that will be
* rendered in this drawable.
*/
public MaterialShapeDrawable(@NonNull ShapeAppearanceModel shapeAppearanceModel) {
this(new MaterialShapeDrawableState(shapeAppearanceModel, null));
}