pivotal-jbarrett commented on code in PR #7627: URL: https://github.com/apache/geode/pull/7627#discussion_r859354621
########## geode-core/src/main/java/org/apache/geode/management/internal/JmxManagerAdvisor.java: ########## @@ -102,13 +103,13 @@ protected Profile instantiateProfile(InternalDistributedMember memberId, int ver * Overridden to also include our profile. If our profile is included it will always be first. */ @Override - protected List/* <Profile> */ fetchProfiles(Filter f) { + protected List/* <Profile> */ fetchProfiles(Predicate<Profile> f) { Review Comment: Can we fix this raw type here? -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org