Commit abb0572
committed
Add @SuppressWarnings to fix ErrorProne compilation errors
- Added @SuppressWarnings for SystemOut, CatchingUnchecked, and InterruptedExceptionSwallowed
- This allows the debug logging code to compile in CI environments with -Werror1 parent 974ef77 commit abb0572
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- opamp-client/src/test/java/io/opentelemetry/opamp/client/internal/impl
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments