Update of /cvsroot/mockobjects/mockobjects-java/src/jdk/1.4/com/mockobjects/sql
In directory sc8-pr-cvs1:/tmp/cvs-serv5808/src/jdk/1.4/com/mockobjects/sql
Modified Files:
MockConnection2.java
Log Message:
Correct my apoling speling und gramma
Big up to François Beausoleil
Index: MockConnection2.java
===================================================================
RCS file: /cvsroot/mockobjects/mockobjects-java/src/jdk/1.4/com/mockobjects/sql/MockConnection2.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MockConnection2.java 4 Dec 2002 12:39:23 -0000 1.1
+++ MockConnection2.java 21 Feb 2003 12:14:15 -0000 1.2
@@ -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();
|