
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 "SLF4J: Simple Logging Facade for Java". The branch, master has been updated via 024fcd000725f3d572ab801714d61506643140df (commit) from 2e4928103e219e4deaf4576e105e70fd9945e9d8 (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=slf4j.git;a=commit;h=024fcd000725f3d572ab801714d... http://github.com/ceki/slf4j/commit/024fcd000725f3d572ab801714d61506643140df commit 024fcd000725f3d572ab801714d61506643140df Author: Ceki Gulcu <ceki@qos.ch> Date: Tue Jul 17 17:44:25 2012 +0200 minor edits diff --git a/slf4j-site/src/site/pages/js/decorator.js b/slf4j-site/src/site/pages/js/decorator.js index 6c4b806..362712e 100644 --- a/slf4j-site/src/site/pages/js/decorator.js +++ b/slf4j-site/src/site/pages/js/decorator.js @@ -7,7 +7,7 @@ function decorate() { var anchor = findAnchorInURL(document.URL); decoratePropertiesInTables(anchor); decorateDoAnchor(anchor); - decorateConversionWordInTables(); + decorateConversionWordInTables(anchor); } // ---------------------------------------------- @@ -50,7 +50,7 @@ function decoratePropertiesInTables(anchor) { } // for } -function decorateConversionWordInTables() { +function decorateConversionWordInTables(anchor) { var elems = $('tr td.word'); for(var i = 0; i < elems.length; i++) { var e = elems[i]; diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html index 47e345a..940a825 100644 --- a/slf4j-site/src/site/pages/manual.html +++ b/slf4j-site/src/site/pages/manual.html @@ -335,16 +335,16 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail slf4j-simple-1.5.5.jar will not work.</p> - <p>From the client's perspective all versions of slf4j-api are - compatible. Client code compiled with <em>slf4j-api-N.jar</em> - will run perfectly fine with <em>slf4j-api-M.jar</em> for any N - and M. You only need to ensure that the version of your binding - matches that of the slf4j-api.jar. You do not have to worry - about the version of slf4j-api.jar used by a given dependency in - your project. You can always use any version of - <em>slf4j-api.jar</em>, and as long as the version of - <em>slf4j-api.jar</em> and its binding match, you should be - fine. + <p>However, from the client's perspective all versions of + slf4j-api are compatible. Client code compiled with + <em>slf4j-api-N.jar</em> will run perfectly fine with + <em>slf4j-api-M.jar</em> for any N and M. You only need to + ensure that the version of your binding matches that of the + slf4j-api.jar. You do not have to worry about the version of + slf4j-api.jar used by a given dependency in your project. You + can always use any version of <em>slf4j-api.jar</em>, and as + long as the version of <em>slf4j-api.jar</em> and its binding + match, you should be fine. </p> <p>At initialization time, if SLF4J suspects that there may be ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/js/decorator.js | 4 ++-- slf4j-site/src/site/pages/manual.html | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java