Update of /cvsroot/mocklib/gwtmocklib/input/javasrc/biz/xsoftware/mock/client
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26149/input/javasrc/biz/xsoftware/mock/client
Modified Files:
JsMockSuperclass.java
Log Message:
minor mod to remove public method that is not needed anymore
Index: JsMockSuperclass.java
===================================================================
RCS file: /cvsroot/mocklib/gwtmocklib/input/javasrc/biz/xsoftware/mock/client/JsMockSuperclass.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** JsMockSuperclass.java 12 Sep 2006 05:00:15 -0000 1.1
--- JsMockSuperclass.java 13 Sep 2006 03:23:23 -0000 1.2
***************
*** 300,310 ****
/**
- * @see biz.xsoftware.mock.JsMockObject#expectCall(java.lang.String)
- */
- public JsCalledMethod expectCall(String method) {
- return expectImpl(new String[] {method})[0];
- }
-
- /**
* @see biz.xsoftware.mock.JsMockObject#expect(java.lang.String)
*/
--- 300,303 ----
|