Commit b0adc392 authored by rbhogale's avatar rbhogale

Changed by Rohan on 01-07-13 as said by pragyan


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93288 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7d535dbe
......@@ -490,16 +490,14 @@ public class ShipmentPrc extends ProcessEJB implements ShipmentPrcLocal,Shipment
if(!carrMap.containsKey(carrierFriendlyName + ":" + shipperName))
{
shipList = new ArrayList();
shipList.add(shipmentId);
}
else
{
shipList = (ArrayList)carrMap.get(carrierFriendlyName + ":" + shipperName);
}
shipList.add(shipmentId);
carrMap.put(carrierFriendlyName + ":" + shipperName, shipList);
}
}
......@@ -543,6 +541,7 @@ public class ShipmentPrc extends ProcessEJB implements ShipmentPrcLocal,Shipment
System.out.println("isSuccess["+testStr.isSuccess()+"]");
System.out.println("Any Message["+testStr.getMessage()+"]");
if(testStr.isSuccess())
{
System.out.println("testStr.getResponseDictionary().get_any()"+testStr.getResponseDictionary().get_any());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment