Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25903/input/javasrc/biz/xsoftware/mock
Modified Files:
ExpectFailedException.java
Log Message:
fix all the warnings in eclipse.
Index: ExpectFailedException.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock/ExpectFailedException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ExpectFailedException.java 26 Jun 2005 12:20:14 -0000 1.1
--- ExpectFailedException.java 13 Jan 2006 15:45:00 -0000 1.2
***************
*** 18,21 ****
--- 18,25 ----
/**
+ *
+ */
+ private static final long serialVersionUID = 1L;
+ /**
* Expect failed because an event never came and waiting finally timed out.
*/
|