[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.18-13-g6229073
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Thu Jan 28 08:29:40 CET 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".
The branch, master has been updated
via 622907388d4146b399842313a3f9aec97ad2dd75 (commit)
from 705c0faec81a065b90a8bdbf6497c122e734aace (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=622907388d4146b399842313a3f9aec97ad2dd75
http://github.com/ceki/logback/commit/622907388d4146b399842313a3f9aec97ad2dd75
commit 622907388d4146b399842313a3f9aec97ad2dd75
Author: Ceki Gulcu <ceki at qos.ch>
Date: Thu Jan 28 08:27:58 2010 +0100
minor comment correction
diff --git a/logback-core/src/main/java/ch/qos/logback/core/db/dialect/DBUtil.java b/logback-core/src/main/java/ch/qos/logback/core/db/dialect/DBUtil.java
index eb8294b..330b573 100644
--- a/logback-core/src/main/java/ch/qos/logback/core/db/dialect/DBUtil.java
+++ b/logback-core/src/main/java/ch/qos/logback/core/db/dialect/DBUtil.java
@@ -94,7 +94,7 @@ public class DBUtil extends ContextAwareBase {
public boolean supportsGetGeneratedKeys(DatabaseMetaData meta) {
try {
//
- // invoking JDK 1.4 method by reflection
+ // invoking JDBC 1.4 method by reflection
//
return ((Boolean) DatabaseMetaData.class.getMethod(
"supportsGetGeneratedKeys", (Class[]) null).invoke(meta,
-----------------------------------------------------------------------
Summary of changes:
.../ch/qos/logback/core/db/dialect/DBUtil.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list