[
https://issues.apache.org/jira/browse/GEODE-7194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16929427#comment-16929427
]
ASF subversion and git services commented on GEODE-7194:
--------------------------------------------------------
Commit 343a7d226f12e6a6b690ba98168665b88c16e97c in geode's branch
refs/heads/feature/GEODE-7196 from Owen Nichols
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=343a7d2 ]
GEODE-7194: simplify CMS 'get' return type (#4047)
> CMS "get" should not return a list
> ----------------------------------
>
> Key: GEODE-7194
> URL: https://issues.apache.org/jira/browse/GEODE-7194
> Project: Geode
> Issue Type: Improvement
> Components: management
> Reporter: Owen Nichols
> Assignee: Owen Nichols
> Priority: Major
> Fix For: 1.11.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> currently, you have to use ClusterManagementService "get" method like this:
> {{Index index = cms.get(index).getConfigResult().get(0);}}
> instead it would be nice to be able to just do this:
> {{Index index = cms.get(index).getConfigResult();}}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)