Vadim Lotarev created GEODE-3943:
------------------------------------
Summary: Make LocalRegion.discoverJTA method public as it was
before
Key: GEODE-3943
URL: https://issues.apache.org/jira/browse/GEODE-3943
Project: Geode
Issue Type: Improvement
Reporter: Vadim Lotarev
Please return visibility of the {{LocalRegion.discoverJTA}} method to
{{public}} as it was before. I recently invoked this method as a workaround for
the bug [#GEODE-2349]:
{code}
public Collection<V> getAll() {
((LocalRegion)region).discoverJTA();
return region.values();
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)