Skip to content

Commit 45841c9

Browse files
dsn5fthunterstich
authored andcommitted
[Color] Remove constructor comments from DynamicColorsOptions.Builder
PiperOrigin-RevId: 430202113
1 parent 17da000 commit 45841c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/java/com/google/android/material/color/DynamicColorsOptions.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,11 @@ public static class Builder {
107107
@NonNull private Precondition precondition = ALWAYS_ALLOW;
108108
@NonNull private OnAppliedCallback onAppliedCallback = NO_OP_CALLBACK;
109109

110-
/** Sets the Application to apply dynamic colors on. */
111110
public Builder(@NonNull Application application) {
112111
this.application = application;
113112
this.activity = null;
114113
}
115114

116-
/** Sets the Activity to apply dynamic colors on. */
117115
public Builder(@NonNull Activity activity) {
118116
this.activity = activity;
119117
this.application = null;

0 commit comments

Comments
 (0)