Skip to content

Commit

Permalink
[Catalog] Fix DateValidatorWeekdays description
Browse files Browse the repository at this point in the history
Resolves #2681

GIT_ORIGIN_REV_ID=07d1dd43d4ed84699f6c72fa04efcb2ec6982607
PiperOrigin-RevId: 446235711
  • Loading branch information
pubiqq authored and leticiarossi committed May 3, 2022
1 parent dc65df3 commit 5549e53
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -21,11 +21,9 @@
import java.util.Calendar;
import java.util.TimeZone;

/** A {@link DateValidator} that only allows dates from a given point onward to be clicked. */
/** A {@link DateValidator} that enables all days of the week, except Saturday and Sunday. */
public class DateValidatorWeekdays implements DateValidator {

DateValidatorWeekdays() {}

private Calendar utc = Calendar.getInstance(TimeZone.getTimeZone("UTC"));

public static final Creator<DateValidatorWeekdays> CREATOR =
Expand Down

0 comments on commit 5549e53

Please sign in to comment.