Commit c58745bb authored by vbhosale's avatar vbhosale

changed json object type from simple to json.org

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193476 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3d162c98
...@@ -12,8 +12,8 @@ import javax.servlet.http.HttpServlet; ...@@ -12,8 +12,8 @@ import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession; import javax.servlet.http.HttpSession;
import org.json.JSONObject;
import org.json.simple.JSONObject;
public class ShortageInventoryServlet extends HttpServlet public class ShortageInventoryServlet extends HttpServlet
......
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