Skip to content

Commit 7a50fec

Browse files
cushoncopybara-androidxtest
authored andcommitted
Remove obsolete suppressions of the AndroidJdkLibsChecker Error Prone check
This are obsolete and can be removed. PiperOrigin-RevId: 822239499
1 parent 7d04225 commit 7a50fec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/events/java/androidx/test/services/events/TimeStamp.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public final class TimeStamp implements Parcelable {
4444
@NonNull public final Integer nanos;
4545

4646
/** Clock, package-private for testing. */
47-
@SuppressWarnings("AndroidJdkLibsChecker")
4847
static Clock clock = null;
4948

5049
/** Constructor to create a {@link TimeStamp}. */
@@ -89,7 +88,6 @@ public TimeStamp[] newArray(int size) {
8988
};
9089

9190
@TargetApi(Build.VERSION_CODES.O)
92-
@SuppressWarnings("AndroidJdkLibsChecker")
9391
private static TimeStamp modernNow() {
9492
if (clock == null) {
9593
clock = Clock.systemUTC();

0 commit comments

Comments
 (0)