Skip to content

Commit

Permalink
feat: updated java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Aug 13, 2020
1 parent 12adfb4 commit a6a31e9
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -624,7 +624,9 @@ public Builder setMatchesStorageClass(List<StorageClass> matchesStorageClass) {

/**
* Sets the date in RFC 3339 format with only the date part (for instance, "2013-01-15").
* This condition is satisfied when the custom time on an object is before this date.
* Note that only date part will be considered, if the time is specified it will be
* truncated. This condition is satisfied when the custom time on an object is before this
* date in UTC.
*/
public Builder setCustomTimeBefore(DateTime customTimeBefore) {
this.customTimeBefore = customTimeBefore;
Expand Down

0 comments on commit a6a31e9

Please sign in to comment.