Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
Renamed getPortletMap to getPOPPortletMap for better accuracy.
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Feb 22, 2013
1 parent f8a32cf commit 9875b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -799,7 +799,7 @@ Map<String, Set<Portlet>> getPortletGroupMap() throws PortletInvokerException
return portletGroups;
}

public Map<String, Portlet> getPortletMap() throws PortletInvokerException
public Map<String, Portlet> getPOPPortletMap() throws PortletInvokerException
{
refresh(false);
return popsMap;
Expand Down
Expand Up @@ -170,7 +170,7 @@ public Set<Portlet> getPortlets() throws InvokerUnavailableException
{
try
{
Map portletMap = producerInfo.getPortletMap();
Map portletMap = producerInfo.getPOPPortletMap();
return new LinkedHashSet<Portlet>(portletMap.values());
}
catch (Exception e)
Expand Down

0 comments on commit 9875b9f

Please sign in to comment.