Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713388656
  • Loading branch information
mkruskal-google authored and copybara-github committed Jan 8, 2025
1 parent af9292b commit 6a67220
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ private static Method instantMethod(String methodName) {
*/
@GwtIncompatible("Uses reflection to access methods of java.time.Instant")
@J2ObjCIncompatible
@SuppressWarnings("nullness")
public static Timestamp now() {
if (INSTANT_NOW != null) {
try {
Expand Down

0 comments on commit 6a67220

Please sign in to comment.