You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "David Calavera (JIRA)" <ji...@apache.org> on 2008/07/07 10:03:31 UTC

[jira] Closed: (ABDERA-183) recent introduction of RouteTargetType has hidden some data. this fix creates some accessors

     [ https://issues.apache.org/jira/browse/ABDERA-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Calavera closed ABDERA-183.
---------------------------------


> 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.