Update of /cvsroot/mocklib/mocklib3/input/javasrc/biz/xsoftware/mock
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15444/input/javasrc/biz/xsoftware/mock
Modified Files:
MockObjectFactory.java Behavior.java
Log Message:
removed some stuff that shouldn't have been in the files
Index: Behavior.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib3/input/javasrc/biz/xsoftware/mock/Behavior.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Behavior.java 10 Sep 2006 20:45:04 -0000 1.3
--- Behavior.java 15 Sep 2006 21:22:56 -0000 1.4
***************
*** 1,5 ****
- /**
- * Copyright (C) 2006 Carrier Access, Corp.
- */
package biz.xsoftware.mock;
--- 1,2 ----
Index: MockObjectFactory.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib3/input/javasrc/biz/xsoftware/mock/MockObjectFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MockObjectFactory.java 12 Sep 2006 02:21:01 -0000 1.4
--- MockObjectFactory.java 15 Sep 2006 21:22:56 -0000 1.5
***************
*** 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 ----
|