Commit afaaf6e3 authored by msharma's avatar msharma

Method defined


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91791 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c70c0c76
...@@ -85,6 +85,10 @@ public class VerifySchedular implements Schedule ...@@ -85,6 +85,10 @@ public class VerifySchedular implements Schedule
} }
return ""; return "";
} }
public String schedulePriority(String paramString)
{
return "";
}
public String schedule(HashMap map)throws Exception public String schedule(HashMap map)throws Exception
{ {
return schedule((String)map.get("PROCESS_NAME")); return schedule((String)map.get("PROCESS_NAME"));
......
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