Skip to content

Commit

Permalink
Add forRemoval flag to getTime field for future removal
Browse files Browse the repository at this point in the history
Signed-off-by: hye-on <ain0103@naver.com>
  • Loading branch information
hye-on committed Jan 14, 2025
1 parent d675a02 commit 492767f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static final class Fields {
/**
* Deprecated field name for time. Use {@link #TIME} instead.
*/
@Deprecated
@Deprecated(forRemoval = true)
static final String GET_TIME = "getTime";
static final String TIME = "time";
static final String TIME_IN_MILLIS = "time_in_millis";
Expand Down

0 comments on commit 492767f

Please sign in to comment.