You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2011/01/03 16:39:46 UTC

[jira] Resolved: (OODT-41) Product Constructor does not set transfer status.

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

Chris A. Mattmann resolved OODT-41.
-----------------------------------

    Resolution: Fixed

- fixed in r1054658.

> Product Constructor does not set transfer status.
> -------------------------------------------------
>
>                 Key: OODT-41
>                 URL: https://issues.apache.org/jira/browse/OODT-41
>             Project: OODT
>          Issue Type: Bug
>          Components: file manager
>            Reporter: Paul Ramirez
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.2
>
>
> The construtor below takes in transferStatus but does nothing with it. Not sure if would break code to change this. Probably requires an update to a unit test too. 
> public Product(String name, ProductType pType, String structure,
>             String transferStatus, List<Reference> refs) {
>         productName = name;
>         productType = pType;
>         productStructure = structure;
>         references = refs;
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.