Commit 4e1b7f61 authored by arawankar's avatar arawankar

-Changes made in below component added generic type for array list(Line no : 3499)

1. MiscPayAutoPrc.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189928 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 18f6c92b
......@@ -3496,7 +3496,7 @@ public class MiscPayAutoPrc extends ProcessEJB implements MiscPayAutoPrcLocal,Mi
String errCode = "";
try
{
retList = new ArrayList<>();
retList = new ArrayList<String>();
if (xmlString.indexOf("Success") > -1)
{
System.out.println("Inside success");
......
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