cjsolomon / Mulit-Modal

SRU Multi-Modal Project
0 stars 2 forks source link

Shipment.setHistory(ArrayList<ShipmentHistory> hist) #34

Closed ghost closed 10 years ago

ghost commented 10 years ago

This function has the following code in it:

public void setHistory(ArrayList<ShipmentHistory> hist)
{
    //Need some error checking and fleshing out
    history=hist;
    for(int i = 0; i<hist.size();i++)
    {

    }
}//End of setHistory(ArrayList<ShipmentHistory> hist)

Please flesh out or delete so I can finish the testing of Shipment

JordanSchiller1064 commented 10 years ago

I dumbed it down to something simple you can test it now, ive pushed the changes too

ghost commented 10 years ago

I don't think the changes got pushed. The code still likes it did above. It is just an open function that doesn't set anything based upon the parameters.

ghost commented 10 years ago

nevermind.