Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14089/input/javasrc/biz/xsoftware/mock
Modified Files:
Behavior.java MockObject.java MockObjectImpl.java
Log Message:
removed some stuff that shouldn't have been in the files
Index: Behavior.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock/Behavior.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Behavior.java 10 Sep 2006 17:41:29 -0000 1.4
--- Behavior.java 15 Sep 2006 21:19:46 -0000 1.5
***************
*** 1,5 ****
- /**
- * Copyright (C) 2006 Carrier Access, Corp.
- */
package biz.xsoftware.mock;
--- 1,2 ----
Index: MockObject.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock/MockObject.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** MockObject.java 10 Sep 2006 17:41:29 -0000 1.8
--- MockObject.java 15 Sep 2006 21:19:46 -0000 1.9
***************
*** 1,8 ****
- /*
- * Created on Jun 7, 2004
- *
- * To change the template for this generated file go to
- * Window - Preferences - Java - Code Generation - Code and Comments
- */
package biz.xsoftware.mock;
--- 1,2 ----
Index: MockObjectImpl.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock/MockObjectImpl.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** MockObjectImpl.java 10 Sep 2006 17:18:39 -0000 1.12
--- MockObjectImpl.java 15 Sep 2006 21:19:46 -0000 1.13
***************
*** 1,8 ****
- /*
- * Created on Jun 7, 2004
- *
- * To change the template for this generated file go to
- * Window - Preferences - Java - Code Generation - Code and Comments
- */
package biz.xsoftware.mock;
--- 1,2 ----
|