Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/sql/statements/JDBCexecuteUpdate.java

Diff revisions: vs.
  @@ -8,8 +8,7 @@
8 8
9 9 public final class JDBCexecuteUpdate extends JDBCexecutorNonQuery
10 10 {
11 - public JDBCexecuteUpdate( SQLPersistenceHelper pPersistenceHelper, DBconnection pDBconnection,
12 - String pCmd, Object pLoggingContext )
11 + public JDBCexecuteUpdate( SQLPersistenceHelper pPersistenceHelper, DBconnection pDBconnection, String pCmd, Object pLoggingContext )
13 12 {
14 13 super( pPersistenceHelper, pDBconnection, pCmd, pLoggingContext );
15 14 }