jinmeiliao commented on code in PR #7627:
URL: https://github.com/apache/geode/pull/7627#discussion_r860264889


##########
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:
   Tried this, more involved than expected.



-- 
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]

Reply via email to