You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/04/27 03:56:27 UTC

[GitHub] [geode] pivotal-jbarrett commented on a diff in pull request #7627: GEODE-10260: refactor out Filter interface to use Predicate

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-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org