|
From: Gait B. <gai...@us...> - 2004-11-26 06:55:09
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4175 Modified Files: Request.java Log Message: fix typo in error reporting for ack_requested: was reporting problem on sync_reply_mode instead. Index: Request.java =================================================================== RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler/Request.java,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -d -r1.79 -r1.80 *** Request.java 8 Apr 2004 04:37:45 -0000 1.79 --- Request.java 26 Nov 2004 06:54:54 -0000 1.80 *************** *** 1078,1082 **** this.ackRequested = s; } catch (Exception e) { ! throw new RequestException(SYNC_REPLY_MODE + " = " + buffer + " is not valid: " + e.getMessage()); } --- 1078,1082 ---- this.ackRequested = s; } catch (Exception e) { ! throw new RequestException(ACK_REQUESTED + " = " + buffer + " is not valid: " + e.getMessage()); } |