Commit 3f3ed5bd authored by Md Suleman's avatar Md Suleman

Updated status propesed in resource response

parent ade1a202
...@@ -5,6 +5,8 @@ import java.text.SimpleDateFormat; ...@@ -5,6 +5,8 @@ import java.text.SimpleDateFormat;
public class MyTeamUtils { public class MyTeamUtils {
private MyTeamUtils() { private MyTeamUtils() {
} }
...@@ -13,6 +15,7 @@ public class MyTeamUtils { ...@@ -13,6 +15,7 @@ public class MyTeamUtils {
//public final static String msdriveUrl ="jdbc:sqlserver://"; //public final static String msdriveUrl ="jdbc:sqlserver://";
public final static String RELEASED_STATUS="Released"; public final static String RELEASED_STATUS="Released";
public final static String Engaged_STATUS="Engaged"; public final static String Engaged_STATUS="Engaged";
public static final String STATUS_PROPOSED ="Proposed" ;
public final static DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); public final static DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
public final static DateFormat tdf = new SimpleDateFormat("HH:mm"); public final static DateFormat tdf = new SimpleDateFormat("HH:mm");
......
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