Commit 017e4570 authored by pjain's avatar pjain

Changed By Pragyan 26/aug/14add len condit in if block


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96069 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 812dab4f
...@@ -7056,12 +7056,13 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -7056,12 +7056,13 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
transMode = ""; transMode = "";
} }
//Changed By Pragyan 26/aug/14
//Changed By Pragyan 25-aug-14 changed logic for getting transporter.start //Changed By Pragyan 25-aug-14 changed logic for getting transporter.start
//} //}
//else //else
if( tranCodeInput != null && tranCodeInput.trim().length() > 0 && transPorterInfoMap != null & transPorterInfoMap.size() > 0) //if( tranCodeInput != null && tranCodeInput.trim().length() > 0 && transPorterInfoMap != null & transPorterInfoMap.size() > 0)
if( tranCodeInput != null && tranCodeInput.trim().length() > 0 && transPorterInfoMap != null & transPorterInfoMap.size() > 0 && tranCode.length() > 0)
{ {
String chkDistADSIFlag = "",chkDistADSIFlagIn = "",distShipType = ""; String chkDistADSIFlag = "",chkDistADSIFlagIn = "",distShipType = "";
System.out.println("Transporter Info from dist Route1 ["+transPorterInfoMap.toString()+"]"); System.out.println("Transporter Info from dist Route1 ["+transPorterInfoMap.toString()+"]");
......
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