Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -9,14 +9,12 @@
9 9 {
10 10 private static final Logger LOGGER = LoggerFactory.getLogger( JDBCexecutorNonQuery.class );
11 11
12 - protected JDBCexecutorNonQuery( SQLPersistenceHelper pPersistenceHelper, DBconnection pDBconnection,
13 - String pCmd, Object pLoggingContext )
12 + protected JDBCexecutorNonQuery( SQLPersistenceHelper pPersistenceHelper, DBconnection pDBconnection, String pCmd, Object pLoggingContext )
14 13 {
15 14 super( pPersistenceHelper, pDBconnection, pCmd, pLoggingContext );
16 15 }
17 16
18 - protected JDBCexecutorNonQuery( SQLPersistenceHelper pPersistenceHelper, String pCmd,
19 - Object pLoggingContext )
17 + protected JDBCexecutorNonQuery( SQLPersistenceHelper pPersistenceHelper, String pCmd, Object pLoggingContext )
20 18 {
21 19 super( pPersistenceHelper, pCmd, pLoggingContext );
22 20 }