Commit c97f34c0 authored by nkhan's avatar nkhan

Change Method modifier private to public


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103419 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1ec00647
......@@ -424,7 +424,7 @@ insert into obj_itemchange(obj_name,form_no,field_name)values('porderamd
return errCode;
}
private String ConfirmPordAmd(String amdNo, Connection conn) throws RemoteException, ITMException
public String ConfirmPordAmd(String amdNo, Connection conn) throws RemoteException, ITMException
{
PreparedStatement pstmt = null, pstmt1 = null, pstmt3 = null, pstmtSql = null, pstmt4 = null,pstmt2 = null,pstmt5 = null,pstmt6 = null, pstmt7 = null, pstmtmax = null, pstmtcount = null,pstmtupd = null;
......
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