Commit 3c8154f
fix(sentry): Suppress JavaUtilDate on deprecated constructor (JAVA-533)
Error Prone's JavaUtilDate check flagged date.getTime() in the
deprecated constructor, failing the build. Suppress it, matching the
existing suppression used elsewhere in this class.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent db109ea commit 3c8154f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments