Senrian commented on PR #13725: URL: https://github.com/apache/skywalking/pull/13725#issuecomment-3994872791
The warning was about `Collections.EMPTY_MAP` being a raw type. Using `Collections.emptyMap()` provides proper generics and avoids the unchecked warning. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
