Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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)