This commit is contained in:
Daniel 2023-07-17 21:40:57 -05:00 committed by GitHub
commit 35f84b4ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public final class RecentTweetRestriction {
private static final String QUERY_CACHE_UNTIL_TIME = "query_cache_until_time";
@VisibleForTesting
public static final int DEFAULT_RECENT_TWEET_SECONDS = 15;
private static final int DEFAULT_RECENT_TWEET_SECONDS = 15;
private RecentTweetRestriction() {
}