Hello all !
This patch corrects a few grammatical errors. Nothing big.
Thanks,
Francois Beausoleil
Index: src/jdk/1.4/com/mockobjects/sql/MockConnection2.java
===================================================================
RCS file:
/cvsroot/mockobjects/mockobjects-java/src/jdk/1.4/com/mockobjects/sql/MockConnection2.java,v
retrieving revision 1.1
diff -u -r1.1 MockConnection2.java
--- src/jdk/1.4/com/mockobjects/sql/MockConnection2.java 4 Dec 2002
12:39:23 -0000 1.1
+++ src/jdk/1.4/com/mockobjects/sql/MockConnection2.java 19 Feb 2003
05:08:44 -0000
@@ -5,12 +5,12 @@
/**
* MockConnection2 is a tempary replacement for the MockConnection.
- * It differs from the MockConnection in the way in which
preparedstatements
+ * It differs from the MockConnection in the way in which
PreparedStatements
* are handled. The changes are significant enough to break
compatiblity with
- * exsising testcases so MockConnection2 provides a migration path to
the new
- * system of handling preparedstatements.
- * This calls will eventually be merged back into MockConnection when
it is felt
- * systems using the classes have been provided with enough time to
migrate.
+ * existing testcases so MockConnection2 provides a migration path to
the new
+ * system of handling PreparedStatements.
+ * This class will eventually be merged back into MockConnection when it is
+ * felt systems using the classes have been provided with enough time
to migrate.
*/
public class MockConnection2 extends CommonMockConnection2{
private final MockConnection connection = new MockConnection();
|