[prev in list] [next in list] [prev in thread] [next in thread] 

List:       logback-dev
Subject:    [logback-dev] [GIT] Logback: the generic, reliable,
From:       git-noreply () pixie ! qos ! ch (added by portage for gitosis-gentoo)
Date:       2010-01-28 7:29:40
Message-ID: 20100128072940.4E5C83143A2 () pixie ! qos ! ch
[Download RAW message or body]

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@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.
_______________________________________________
logback-dev mailing list
logback-dev@qos.ch
http://qos.ch/mailman/listinfo/logback-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic