Commit 2e391c82 authored by arawankar's avatar arawankar

DistCommon.java

-Change access modifier of getTimeStamp method from private to public

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193373 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e610279d
......@@ -11774,7 +11774,9 @@ public class DistCommon {
}
//Added by Anjali R. on[13/04/2018][To calculate rate][End]
//Added by Anjali R. on[13/04/2018][To parse string value into Timestamp][Start]
private java.sql.Timestamp getTimeStamp(String dateStr) throws ITMException, Exception
//Modified by Anjali R. on [26/11/2018][Change access modifier of getTimeStamp method ]
//private java.sql.Timestamp getTimeStamp(String dateStr) throws ITMException, Exception
public java.sql.Timestamp getTimeStamp(String dateStr) throws ITMException, Exception
{
String dbDateStr = "";
if(dateStr != null && !dateStr.equals(""))
......
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