Skip to content

Commit

Permalink
feat: update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Aug 27, 2020
1 parent bd79392 commit b17e16d
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -580,7 +580,7 @@ public DateTime getNoncurrentTimeBefore() {
return noncurrentTimeBefore;
}

/** Returns the custom time before in RFC 3339 format. */
/* Returns the date in RFC 3339 format with only the date part (for instance, "2013-01-15").*/
public DateTime getCustomTimeBefore() {
return customTimeBefore;
}
Expand Down Expand Up @@ -679,8 +679,8 @@ public Builder setNoncurrentTimeBefore(DateTime noncurrentTimeBefore) {
}

/**
* Sets the timestamp in RFC 3339 format. This condition is satisfied when the custom time
* on an object is before this timestamp.
* 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.
*/
public Builder setCustomTimeBefore(DateTime customTimeBefore) {
this.customTimeBefore = customTimeBefore;
Expand Down

0 comments on commit b17e16d

Please sign in to comment.