comparison artifact-database/src/main/java/de/intevation/artifactdatabase/h2/CollectionAccessUpdateTrigger.java @ 233:16cd059945e5

Removed trailing whitespace. artifacts/trunk@1638 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 03 Apr 2011 10:45:48 +0000
parents 328ef982d768
children f33401ea2a6c
comparison
equal deleted inserted replaced
232:202b6ae2fcad 233:16cd059945e5
24 String schemaName, 24 String schemaName,
25 String triggerName, 25 String triggerName,
26 String tableName, 26 String tableName,
27 boolean before, 27 boolean before,
28 int type 28 int type
29 ) 29 )
30 throws SQLException { 30 throws SQLException {
31 logger.debug("CollectionAccessUpdateTrigger.init"); 31 logger.debug("CollectionAccessUpdateTrigger.init");
32 } 32 }
33 33
34 public void fire( 34 public void fire(
35 Connection conn, 35 Connection conn,
36 Object [] oldRow, 36 Object [] oldRow,
37 Object [] newRow 37 Object [] newRow
38 ) 38 )
39 throws SQLException { 39 throws SQLException {
40 logger.debug("CollectionAccessUpdateTrigger.fire"); 40 logger.debug("CollectionAccessUpdateTrigger.fire");

http://dive4elements.wald.intevation.org