Skip to content

Commit

Permalink
Remove stale suppressions.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 599543226
  • Loading branch information
cpovirk authored and Jimfs Team committed Jan 18, 2024
1 parent b0f64bf commit 7bc7d49
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ enum SystemFileTimeSource implements FileTimeSource {
INSTANCE;

@Override
/*
* We don't really support usage from Android, but all configurations we're testing under support
* java.time.
*/
@SuppressWarnings("AndroidJdkLibsChecker")
public FileTime now() {
return FileTime.from(Instant.now());
}
Expand Down

0 comments on commit 7bc7d49

Please sign in to comment.