Repository: logging-log4j2
Updated Branches:
  refs/heads/master 2e670c407 -> 94c2de50a


[LOG4J2-974] Typo in EventLogger documentation.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/94c2de50
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/94c2de50
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/94c2de50

Branch: refs/heads/master
Commit: 94c2de50aa987c66b4385f98c250dea6a707e253
Parents: 2e670c4
Author: Gary Gregory <[email protected]>
Authored: Tue Mar 10 16:29:46 2015 -0700
Committer: Gary Gregory <[email protected]>
Committed: Tue Mar 10 16:29:46 2015 -0700

----------------------------------------------------------------------
 src/changes/changes.xml               | 3 +++
 src/site/xdoc/manual/eventlogging.xml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/94c2de50/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ff407ba..1afddf7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,9 @@
       <action issue="LOG4J2-972" dev="ggregory" type="fix" due-to="Gary 
Gregory">
         org.apache.logging.log4j.core.net.ssl.TlsSyslogInputStreamReader does 
not need to create temp Integer objects.
       </action>
+      <action issue="LOG4J2-974" dev="ggregory" type="fix" due-to="Daniel 
Galán y Martins">
+        Typo in EventLogger documentation.
+      </action>
     </release>
     <release version="2.2" date="2015-02-22" description="GA Release 2.2">
       <action issue="LOG4J2-938" dev="rpopma" type="fix" due-to="Mauro 
Molinari">

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/94c2de50/src/site/xdoc/manual/eventlogging.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/eventlogging.xml 
b/src/site/xdoc/manual/eventlogging.xml
index b025998..5bac1f2 100644
--- a/src/site/xdoc/manual/eventlogging.xml
+++ b/src/site/xdoc/manual/eventlogging.xml
@@ -126,7 +126,7 @@ public class MyApp {
         toAccount.deposit(amount);
         fromAccount.withdraw(amount);
         String confirm = UUID.randomUUID().toString();
-        StructuredDataMessage msg = new StructureDataMessage(confirm, null, 
"transfer");
+        StructuredDataMessage msg = new StructuredDataMessage(confirm, null, 
"transfer");
         msg.put("toAccount", toAccount);
         msg.put("fromAccount", fromAccount);
         msg.put("amount", amount);

Reply via email to