Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/test/mock
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14089/input/javasrc/biz/xsoftware/test/mock
Modified Files:
Identical.java Car.java CarImpl.java TestMockCreator.java
Log Message:
removed some stuff that shouldn't have been in the files
Index: Car.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/test/mock/Car.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Car.java 1 Sep 2006 16:31:43 -0000 1.2
--- Car.java 15 Sep 2006 21:19:46 -0000 1.3
***************
*** 1,15 ****
- /*
- * Created on Jun 8, 2004
- *
- * To change the template for this generated file go to
- * Window - Preferences - Java - Code Generation - Code and Comments
- */
package biz.xsoftware.test.mock;
/**
* @author Dean Hiller
- *
- * To change the template for this generated type comment go to
- * Window - Preferences - Java - Code Generation - Code and Comments
*/
public interface Car {
--- 1,6 ----
Index: Identical.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/test/mock/Identical.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Identical.java 10 Jun 2006 12:41:03 -0000 1.1
--- Identical.java 15 Sep 2006 21:19:46 -0000 1.2
***************
*** 1,5 ****
- /**
- * Copyright (C) 2006 Carrier Access, Corp.
- */
package biz.xsoftware.test.mock;
--- 1,2 ----
Index: TestMockCreator.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/test/mock/TestMockCreator.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** TestMockCreator.java 10 Sep 2006 17:41:29 -0000 1.11
--- TestMockCreator.java 15 Sep 2006 21:19:46 -0000 1.12
***************
*** 1,8 ****
- /*
- * Created on Apr 24, 2004
- *
- * To change the template for this generated file go to
- * Window - Preferences - Java - Code Generation - Code and Comments
- */
package biz.xsoftware.test.mock;
--- 1,2 ----
Index: CarImpl.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/test/mock/CarImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CarImpl.java 1 Sep 2006 16:31:43 -0000 1.1
--- CarImpl.java 15 Sep 2006 21:19:46 -0000 1.2
***************
*** 1,5 ****
- /**
- * Copyright (C) 2006 Carrier Access, Corp.
- */
package biz.xsoftware.test.mock;
--- 1,2 ----
|