You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/12/16 15:20:12 UTC

incubator-edgent git commit: [Edgent-318] Fix slf4j-jdk jar ref in javadoc

Repository: incubator-edgent
Updated Branches:
  refs/heads/master eee5dd44e -> 99b7c8e21


[Edgent-318] Fix slf4j-jdk jar ref in javadoc

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/99b7c8e2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/99b7c8e2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/99b7c8e2

Branch: refs/heads/master
Commit: 99b7c8e21a4aead565e3eea7162af5a24b0d2683
Parents: eee5dd4
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Thu Dec 15 21:52:11 2016 -0500
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Thu Dec 15 21:52:11 2016 -0500

----------------------------------------------------------------------
 edgent_overview.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/99b7c8e2/edgent_overview.html
----------------------------------------------------------------------
diff --git a/edgent_overview.html b/edgent_overview.html
index 777ca17..830e718 100644
--- a/edgent_overview.html
+++ b/edgent_overview.html
@@ -239,6 +239,6 @@ leaving the decision of the actual logging implementation to your application
 (e.g., {@code java.util.logging} or {@code log4j}).  
 For {@code java.util.logging} you can include:
 <ul>
-<li>{@code <edgent-target>/ext/slf4j-jdk-1.7.12.jar}</li>
+<li>{@code <edgent-target>/ext/ slf4j-jdk14-1.7.12.jar}</li>
 </ul>
 </body>