Skip to content

Commit

Permalink
accidentilly left the enable sync triggers commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 5, 2007
1 parent a4ed187 commit a5b7a98
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -167,7 +167,7 @@ public void doInTransactionWithoutResult(
} catch (IOException e) {
throw new RuntimeException(e);
} finally {
//dbDialect.enableSyncTriggers();
dbDialect.enableSyncTriggers();
}
}
});
Expand Down

0 comments on commit a5b7a98

Please sign in to comment.