[ https://issues.apache.org/jira/browse/ABDERA-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Calavera resolved ABDERA-183. ----------------------------------- Resolution: Fixed Assignee: Dan Diephouse Dan fixed this issue few days ago: ------------------------------------------------------------------------ r673888 | dandiep | 2008-07-04 02:29:26 +0200 (vie, 04 jul 2008) | 1 line ABDERA-183: add accessors for RouteTargetType > recent introduction of RouteTargetType has hidden some data. this fix creates > some accessors > -------------------------------------------------------------------------------------------- > > Key: ABDERA-183 > URL: https://issues.apache.org/jira/browse/ABDERA-183 > Project: Abdera > Issue Type: Bug > Reporter: David Primmer > Assignee: Dan Diephouse > Attachments: abdera-182_add_accessor_for_RouteTargetType.patch > > > RouteManager.targets went from Map<Route,TargetType> targets to > List<RouteTargetType> targets > this change > http://svn.apache.org/viewvc/incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/impl/RouteManager.java?view=diff&r1=670020&r2=670021&pathrev=670021 > creates a new RouteTargetType but made no accessor methods. I will attach a > patch to make public accessors since I subclass routemanager and depend on > accessing the targets list for resolving routes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.