[
https://issues.apache.org/jira/browse/STREAMS-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139089#comment-14139089
]
ASF GitHub Bot commented on STREAMS-178:
----------------------------------------
Github user robdouglas commented on the pull request:
https://github.com/apache/incubator-streams/pull/90#issuecomment-56060108
Responded to code review feedback
> LinkResolverProcessor should return a set of unwound links
> ----------------------------------------------------------
>
> Key: STREAMS-178
> URL: https://issues.apache.org/jira/browse/STREAMS-178
> Project: Streams
> Issue Type: Bug
> Reporter: Robert Douglas
>
> The LinkResolverProcessor currently returns unwound links in a List. This is
> problematic because in the event that more than one of the shortened links
> results in the same unwound link, we end up with a list of duplicates. To
> mediate this issue, the LinkResolverProcessor's unwind function should return
> a Set of unwound links, guaranteeing that they are all unique.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)