Commit 071061a9 authored by pbhosale's avatar pbhosale

Changes done as per Piyush Sir said on [04-02-2020]

AllowDednSalComp.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216134 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 058e7b04
...@@ -157,8 +157,8 @@ public class AllowDednSalComp ...@@ -157,8 +157,8 @@ public class AllowDednSalComp
{ {
continue; continue;
} }
childNodeValue = childNodeValue.replace('~DQ~' , "\""); childNodeValue = childNodeValue.replace("~DQ~", "\"");
childNodeValue = childNodeValue.replace('~DS~' , "//"); childNodeValue = childNodeValue.replace("~DS~" , "//");
// Modified on 01/02/2020 [To resolve conversion related issues].End // Modified on 01/02/2020 [To resolve conversion related issues].End
if( "pb".equalsIgnoreCase( childNodeName ) ) if( "pb".equalsIgnoreCase( childNodeName ) )
{ {
...@@ -177,7 +177,7 @@ public class AllowDednSalComp ...@@ -177,7 +177,7 @@ public class AllowDednSalComp
// Modified on 01/02/2020 [To resolve conversion related issues].Start // Modified on 01/02/2020 [To resolve conversion related issues].Start
if (pbSyntaxKeyList.size() != pbToJavaSyntaxKeyList.size()) if (pbSyntaxKeyList.size() != pbToJavaSyntaxKeyList.size())
{ {
throw new ITMException("Syntax Definition size does not matching"); throw new Exception("Syntax Definition size does not matching");
} }
// Modified on 01/02/2020 [To resolve conversion related issues].End // Modified on 01/02/2020 [To resolve conversion related issues].End
} }
......
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