Skip to content

Commit

Permalink
docs: fix javadoc for Date type (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Apr 26, 2021
1 parent 901a2d1 commit ce095f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ public static Type timestamp() {

/**
* Returns the descriptor for the {@code DATE} type: a timezone independent date in the range
* [1678-01-01, 2262-01-01).
* [0001-01-01, 9999-12-31).
*/
public static Type date() {
return TYPE_DATE;
Expand Down

0 comments on commit ce095f7

Please sign in to comment.