Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25727/input/javasrc/biz/xsoftware/mock2
Modified Files:
Tag: branchForOffice
MockObject.java
Log Message:
for home
Index: MockObject.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2/MockObject.java,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -C2 -d -r1.2.2.3 -r1.2.2.4
*** MockObject.java 18 Jan 2006 01:46:29 -0000 1.2.2.3
--- MockObject.java 18 Jan 2006 09:45:32 -0000 1.2.2.4
***************
*** 143,148 ****
* @param timeout
* the time set for waitting the call
*/
! public void verify();
/**
--- 143,149 ----
* @param timeout
* the time set for waitting the call
+ * @throws InterruptedException
*/
! public void verify() throws InterruptedException;
/**
|