Skip to content

Commit

Permalink
Nit: fix/suppress false-positivie errorprone warning (#10690)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Jul 15, 2024
1 parent 6319712 commit 5479545
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public LocalDateTime convert(Object o) {
}

@Override
@SuppressWarnings("JavaLocalDateTimeGetNano")
public Timestamp getPrimitiveJavaObject(Object o) {
if (o == null) {
return null;
Expand Down

0 comments on commit 5479545

Please sign in to comment.